Passed
Pull Request — master (#8)
by Florian
05:05 queued 01:11
created
src/Authenticator/Storage/NativePhpSessionStorage.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@
 block discarded – undo
77 77
      */
78 78
     public function write(ServerRequestInterface $request, ResponseInterface $response, $data): ResponseInterface
79 79
     {
80
-        $_SESSION[$this->key] = (array)$data;
80
+        $_SESSION[$this->key] = (array) $data;
81 81
 
82 82
         return $response;
83 83
     }
Please login to merge, or discard this patch.