Skip to content

Commit

Permalink
Ran php-cs-fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
sebprt committed Feb 15, 2024
1 parent 5fbcccf commit 632a318
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/Pipeline/Extractor.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ public function __construct(
private ?string $plugin,
private ?string $key,
private ExpressionLanguage $interpreter = new Satellite\ExpressionLanguage()
) {}
) {
}

public function __invoke(array $config, Pipeline $pipeline, StepRepositoryInterface $repository): void
{
Expand Down
3 changes: 2 additions & 1 deletion src/Pipeline/Loader.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ public function __construct(
private ?string $plugin,
private ?string $key,
private ExpressionLanguage $interpreter = new Satellite\ExpressionLanguage()
) {}
) {
}

public function __invoke(array $config, Pipeline $pipeline, StepRepositoryInterface $repository): void
{
Expand Down
3 changes: 2 additions & 1 deletion src/Pipeline/Transformer.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ public function __construct(
private ?string $plugin,
private ?string $key,
private ExpressionLanguage $interpreter = new Satellite\ExpressionLanguage()
) {}
) {
}

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

0 comments on commit 632a318

Please sign in to comment.