@@ -9,8 +9,8 @@ discard block |
||
| 9 | 9 | use Rector\SOLID\Rector\Class_\FinalizeClassesWithoutChildrenRector; |
| 10 | 10 | use Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator; |
| 11 | 11 | |
| 12 | -return static function (ContainerConfigurator $containerConfigurator): void { |
|
| 13 | - $parameters = $containerConfigurator->parameters(); |
|
| 12 | +return static function(ContainerConfigurator $containerConfigurator): void { |
|
| 13 | + $parameters=$containerConfigurator->parameters(); |
|
| 14 | 14 | $parameters->set( |
| 15 | 15 | Option::SETS, |
| 16 | 16 | [ |
@@ -38,10 +38,10 @@ discard block |
||
| 38 | 38 | $parameters->set( |
| 39 | 39 | Option::PATHS, |
| 40 | 40 | [ |
| 41 | - __DIR__ . '/src', |
|
| 42 | - __DIR__ . '/tests', |
|
| 43 | - __DIR__ . '/ecs.php', |
|
| 44 | - __DIR__ . '/rector.php', |
|
| 41 | + __DIR__.'/src', |
|
| 42 | + __DIR__.'/tests', |
|
| 43 | + __DIR__.'/ecs.php', |
|
| 44 | + __DIR__.'/rector.php', |
|
| 45 | 45 | ] |
| 46 | 46 | ); |
| 47 | 47 | }; |