Completed
Push — b1.3.0 ( 2757c3...2c5504 )
by Sebastian
02:10
created
src/CsrfGuard.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -172,7 +172,7 @@
 block discarded – undo
172 172
         $tokens = &$this->session['CSRF'];
173 173
 
174 174
         return $this->tokenIsValid($tokens, $value, $key) &&
175
-               $this->tokenIsExiperd($tokens, $key)  &&
175
+               $this->tokenIsExiperd($tokens, $key) &&
176 176
                $this->deleteToken($tokens, $key);
177 177
     }
178 178
 
Please login to merge, or discard this patch.