@@ -174,7 +174,7 @@ |
||
174 | 174 | private function doChecks(string $value, string $key): bool |
175 | 175 | { |
176 | 176 | return $this->tokenIsValid($value, $key) && |
177 | - $this->tokenIsExpired($key) && |
|
177 | + $this->tokenIsExpired($key) && |
|
178 | 178 | $this->deleteToken($key); |
179 | 179 | } |
180 | 180 |