|
@@ -10,7 +10,7 @@ |
|
|
block discarded – undo |
|
10
|
10
|
use Rector\Symfony\Set\SymfonySetList; |
|
11
|
11
|
use Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator; |
|
12
|
12
|
|
|
13
|
|
-return static function (ContainerConfigurator $containerConfigurator): void { |
|
|
13
|
+return static function(ContainerConfigurator $containerConfigurator): void { |
|
14
|
14
|
// get parameters |
|
15
|
15
|
$parameters = $containerConfigurator->parameters(); |
|
16
|
16
|
$parameters->set(Option::PATHS, [__DIR__.'/src', __DIR__.'/tests']); |
Please login to merge, or discard this patch.