Skip to content

Commit

Permalink
Commit from GitHub Actions (Fix Styles)
Browse files Browse the repository at this point in the history
  • Loading branch information
cesargb committed Oct 3, 2022
1 parent 82ed9db commit eb8a031
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/Stage.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

namespace Descom\Pipeline;

use Descom\Pipeline\Test\PipelineTest;

abstract class Stage
{
private PipeLineOptions $options;
Expand Down
2 changes: 1 addition & 1 deletion tests/ArgumentTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public function testPipelineWithArgumentsSample()
80,
ArgumentPipelineSample::getInstance()
->process(10, [
'twiceDouble' => 3
'twiceDouble' => 3,
])
);

Expand Down
2 changes: 1 addition & 1 deletion tests/PipelineTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

namespace Descom\Pipeline\Test;

use Descom\Pipeline\Tests\Support\IncreaseStage;
use Descom\Pipeline\Tests\Support\DoubleStage;
use Descom\Pipeline\Tests\Support\IncreaseStage;
use Descom\Pipeline\Tests\Support\OnePipeline;
use Descom\Pipeline\Tests\Support\ThreePipeline;
use Descom\Pipeline\Tests\Support\TwoPipeline;
Expand Down

0 comments on commit eb8a031

Please sign in to comment.