Completed
Push — master ( abdd73...5e1e76 )
by Greg
01:58
created
src/BootstrapManager.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
67 67
     public function registerFactory($factory, $listenerMethod = 'addListener')
68 68
     {
69 69
         $factory->$listenerMethod(
70
-            function ($object) {
70
+            function($object) {
71 71
                 if ($object instanceof BootstrapAwareInterface) {
72 72
                     $object->setBootstrapCurrator($this->getBootstrapCurrator());
73 73
                 }
Please login to merge, or discard this patch.