Completed
Pull Request — master (#29)
by
unknown
01:30
created
src/ServiceContainer/SymfonyExtension.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -233,9 +233,9 @@  discard block
 block discarded – undo
233 233
     {
234 234
         $containerDefinition = new Definition(Container::class);
235 235
         $containerDefinition->setFactory([
236
-                                             new Reference(self::KERNEL_ID),
237
-                                             'getContainer',
238
-                                         ]);
236
+                                                new Reference(self::KERNEL_ID),
237
+                                                'getContainer',
238
+                                            ]);
239 239
 
240 240
         $container->setDefinition(self::KERNEL_CONTAINER_ID, $containerDefinition);
241 241
     }
@@ -263,9 +263,9 @@  discard block
 block discarded – undo
263 263
     {
264 264
         $containerDefinition = new Definition(Container::class);
265 265
         $containerDefinition->setFactory([
266
-                                             new Reference(self::SHARED_KERNEL_ID),
267
-                                             'getContainer',
268
-                                         ]);
266
+                                                new Reference(self::SHARED_KERNEL_ID),
267
+                                                'getContainer',
268
+                                            ]);
269 269
 
270 270
         $container->setDefinition(self::SHARED_KERNEL_CONTAINER_ID, $containerDefinition);
271 271
     }
@@ -330,9 +330,9 @@  discard block
 block discarded – undo
330 330
         }
331 331
 
332 332
         $minkExtension->registerDriverFactory(new SymfonyDriverFactory(
333
-                                                  'symfony',
334
-                                                  new Reference(self::DRIVER_KERNEL_ID)
335
-                                              ));
333
+                                                    'symfony',
334
+                                                    new Reference(self::DRIVER_KERNEL_ID)
335
+                                                ));
336 336
     }
337 337
 
338 338
     /**
Please login to merge, or discard this patch.