Passed
Pull Request — master (#4)
by Derek Stephen
07:27
created
src/SessionManager.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@  discard block
 block discarded – undo
16 16
         $this->session = & $_SESSION;
17 17
     }
18 18
 
19
-    private function __clone(){}
19
+    private function __clone() {}
20 20
 
21 21
     public static function getInstance(): SessionManager
22 22
     {
@@ -51,7 +51,7 @@  discard block
 block discarded – undo
51 51
         }
52 52
 
53 53
         // Make sure the session hasn't expired, and destroy it if it has
54
-        $inst->isValid() ? $inst->initialise() :  self::destroySession();
54
+        $inst->isValid() ? $inst->initialise() : self::destroySession();
55 55
 
56 56
     }
57 57
 
Please login to merge, or discard this patch.