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