Passed
Push — master ( 83da6f...cca391 )
by Mike
02:04
created
src/Xervice/Session/SessionDependencyProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.