Test Failed
Push — master ( f574df...435265 )
by Florian
04:27 queued 35s
created
src/Infrastructure/Http/Session/Session.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -222,7 +222,7 @@
 block discarded – undo
222 222
         }
223 223
 
224 224
         return $this->getFromArray($_SESSION, $name) !== null;
225
-     }
225
+        }
226 226
 
227 227
     /**
228 228
      * Returns given session variable, or all of them, if no parameters given.
Please login to merge, or discard this patch.