Skip to content

Commit 733274f

Browse files
committed
Ran php-cs-fixer + fixed PHPStan errors
1 parent ea70913 commit 733274f

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

src/Pipeline/Extractor.php

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

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

src/Pipeline/Loader.php

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

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

src/Pipeline/Transformer.php

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

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

0 commit comments

Comments
 (0)