@@ -32,7 +32,7 @@ |
||
| 32 | 32 | protected function addKernelFacade( |
| 33 | 33 | DependencyContainerInterface $container |
| 34 | 34 | ): DependencyContainerInterface { |
| 35 | - $container[self::KERNEL_FACADE] = function (DependencyContainerInterface $container) { |
|
| 35 | + $container[self::KERNEL_FACADE] = function(DependencyContainerInterface $container) { |
|
| 36 | 36 | return $container->getLocator()->kernel()->facade(); |
| 37 | 37 | }; |
| 38 | 38 | |