Passed
Push — master ( 398850...f76e6c )
by
unknown
16:33 queued 13:19
created
rector.php 1 patch
Spacing   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -9,8 +9,8 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 };
Please login to merge, or discard this patch.