Completed
Pull Request — master (#29)
by Adrian
01:37
created
src/ServiceContainer/SymfonyExtension.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -260,9 +260,9 @@  discard block
 block discarded – undo
260 260
     {
261 261
         $containerDefinition = new Definition(Container::class);
262 262
         $containerDefinition->setFactory([
263
-                                             new Reference(self::SHARED_KERNEL_ID),
264
-                                             'getContainer',
265
-                                         ]);
263
+                                                new Reference(self::SHARED_KERNEL_ID),
264
+                                                'getContainer',
265
+                                            ]);
266 266
 
267 267
         $container->setDefinition(self::SHARED_KERNEL_CONTAINER_ID, $containerDefinition);
268 268
     }
@@ -337,9 +337,9 @@  discard block
 block discarded – undo
337 337
         }
338 338
 
339 339
         $minkExtension->registerDriverFactory(new SymfonyDriverFactory(
340
-                                                  'symfony',
341
-                                                  new Reference(self::DRIVER_KERNEL_ID)
342
-                                              ));
340
+                                                    'symfony',
341
+                                                    new Reference(self::DRIVER_KERNEL_ID)
342
+                                                ));
343 343
     }
344 344
 
345 345
     /**
Please login to merge, or discard this patch.