@@ -233,9 +233,9 @@ discard block |
||
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 |
||
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 |
||
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 | /** |