Skip to content

Commit 632a318

Browse files
committed
Ran php-cs-fixer
1 parent 5fbcccf commit 632a318

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

src/Pipeline/Extractor.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ public function __construct(
1919
private ?string $plugin,
2020
private ?string $key,
2121
private ExpressionLanguage $interpreter = new Satellite\ExpressionLanguage()
22-
) {}
22+
) {
23+
}
2324

2425
public function __invoke(array $config, Pipeline $pipeline, StepRepositoryInterface $repository): void
2526
{

src/Pipeline/Loader.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ public function __construct(
1919
private ?string $plugin,
2020
private ?string $key,
2121
private ExpressionLanguage $interpreter = new Satellite\ExpressionLanguage()
22-
) {}
22+
) {
23+
}
2324

2425
public function __invoke(array $config, Pipeline $pipeline, StepRepositoryInterface $repository): void
2526
{

src/Pipeline/Transformer.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ public function __construct(
1919
private ?string $plugin,
2020
private ?string $key,
2121
private ExpressionLanguage $interpreter = new Satellite\ExpressionLanguage()
22-
) {}
22+
) {
23+
}
2324

2425
public function __invoke(array $config, Pipeline $pipeline, StepRepositoryInterface $repository): void
2526
{

0 commit comments

Comments
 (0)