File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,8 @@ public function __construct(
19
19
private ?string $ plugin ,
20
20
private ?string $ key ,
21
21
private ExpressionLanguage $ interpreter = new Satellite \ExpressionLanguage ()
22
- ) {}
22
+ ) {
23
+ }
23
24
24
25
public function __invoke (array $ config , Pipeline $ pipeline , StepRepositoryInterface $ repository ): void
25
26
{
Original file line number Diff line number Diff line change @@ -19,7 +19,8 @@ public function __construct(
19
19
private ?string $ plugin ,
20
20
private ?string $ key ,
21
21
private ExpressionLanguage $ interpreter = new Satellite \ExpressionLanguage ()
22
- ) {}
22
+ ) {
23
+ }
23
24
24
25
public function __invoke (array $ config , Pipeline $ pipeline , StepRepositoryInterface $ repository ): void
25
26
{
Original file line number Diff line number Diff line change @@ -19,7 +19,8 @@ public function __construct(
19
19
private ?string $ plugin ,
20
20
private ?string $ key ,
21
21
private ExpressionLanguage $ interpreter = new Satellite \ExpressionLanguage ()
22
- ) {}
22
+ ) {
23
+ }
23
24
24
25
public function __invoke (array $ config , Pipeline $ pipeline , StepRepositoryInterface $ repository ): void
25
26
{
You can’t perform that action at this time.
0 commit comments