Passed
Push — master ( e93e07...83da6f )
by Mike
03:33
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 () {
45
+        $container[self::SESSION_HANDLER] = function() {
46 46
             return $this->getSessionHandler();
47 47
         };
48 48
         return $container;
Please login to merge, or discard this patch.