Passed
Push — master ( 493a15...e3b159 )
by Sebastian
03:38
created
src/CsrfGuard.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -174,7 +174,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.