File tree Expand file tree Collapse file tree 5 files changed +8
-17
lines changed Expand file tree Collapse file tree 5 files changed +8
-17
lines changed Original file line number Diff line number Diff line change 23
23
SymfonyLevelSetList::UP_TO_SYMFONY_60 ,
24
24
]);
25
25
26
- $ rectorConfig ->skip ([StringClassNameToClassConstantRector::class => [
27
- __DIR__ . '/src/Plugin/Filtering/Builder/Drop.php ' ,
28
- __DIR__ . '/src/Plugin/Filtering/Builder/Reject.php ' ,
29
- __DIR__ . '/src/Plugin/SFTP/Builder/Extractor.php ' ,
30
- __DIR__ . '/src/Plugin/SFTP/Builder/Loader.php ' ,
31
- __DIR__ . '/src/Plugin/Batching/Builder/Fork.php ' ,
32
- __DIR__ . '/src/Plugin/Batching/Builder/Merge.php ' ,
33
- __DIR__ . '/src/Feature/Rejection/Builder/RabbitMQBuilder.php ' ,
34
- __DIR__ . '/src/Feature/Rejection/Builder/Rejection.php ' ,
35
- __DIR__ . '/src/Pipeline/Extractor.php ' ,
36
- __DIR__ . '/src/Pipeline/Loader.php ' ,
37
- __DIR__ . '/src/Pipeline/Transformer.php ' ,
38
- ]]);
26
+ $ rectorConfig ->skip ([StringClassNameToClassConstantRector::class]);
39
27
};
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
{
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ public function __construct(private Fork|Merge $builder)
15
15
{
16
16
}
17
17
18
- public function addFiles (Packaging \FileInterface |Packaging \DirectoryInterface ...$ files ): self
18
+ public function addFiles (Packaging \DirectoryInterface |Packaging \FileInterface ...$ files ): self
19
19
{
20
20
return $ this ;
21
21
}
You can’t perform that action at this time.
0 commit comments