@@ -42,7 +42,7 @@ |
||
| 42 | 42 | protected function addSessionHandler( |
| 43 | 43 | DependencyContainerInterface $container |
| 44 | 44 | ): DependencyContainerInterface { |
| 45 | - $container[self::SESSION_HANDLER] = function (DependencyContainerInterface $container) { |
|
| 45 | + $container[self::SESSION_HANDLER] = function(DependencyContainerInterface $container) { |
|
| 46 | 46 | return $this->getSessionHandler($container); |
| 47 | 47 | }; |
| 48 | 48 | return $container; |