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