Completed
Push — master ( edcf78...89e149 )
by Derek Stephen
09:55
created
src/SessionManager.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@
 block discarded – undo
60 60
         }
61 61
 
62 62
         // Make sure the session hasn't expired, and destroy it if it has
63
-        $inst->isValid() ? $inst->initialise() :  $inst->destroySession();
63
+        $inst->isValid() ? $inst->initialise() : $inst->destroySession();
64 64
 
65 65
     }
66 66
 
Please login to merge, or discard this patch.