Completed
Pull Request — 1.x (#9)
by Marko
03:26
created
src/DependencyInjection/Compiler/AddChildrenCompilerPass.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace KunicMarko\SonataAnnotationBundle\DependencyInjection\Compiler;
6 6
 
@@ -46,7 +46,7 @@  discard block
 block discarded – undo
46 46
                 }
47 47
 
48 48
                 $definition = $container->getDefinition($classAdmins[$parent]);
49
-                $definition->addMethodCall('addChild'. [$id, $field]);
49
+                $definition->addMethodCall('addChild' . [$id, $field]);
50 50
             }
51 51
         }
52 52
     }
Please login to merge, or discard this patch.