Passed
Push — master ( 7a3ebf...dc2d07 )
by Arthur
02:12
created
src/CoossionsHandler.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
     public function startSession(bool $start = true)
24 24
     {
25 25
         session_set_save_handler($this);
26
-        if(true === $start && session_status() === PHP_SESSION_NONE) {
26
+        if (true === $start && session_status() === PHP_SESSION_NONE) {
27 27
             session_start();
28 28
         }
29 29
     }
Please login to merge, or discard this patch.