@@ -16,7 +16,7 @@ discard block |
||
| 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 |
||
| 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 | |