Passed
Push — master ( 6fd45d...b4b1d2 )
by Tim
02:52
created
lib/Controller/OTP.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -270,7 +270,7 @@
 block discarded – undo
270 270
             // Store hash & time
271 271
             $state['cmdotcom:hash'] = $hash;
272 272
             $state['cmdotcom:notBefore'] = time();
273
-            $state['cmdotcom:notAfter'] = time() + $state['cmdotcom:validUntil'];;
273
+            $state['cmdotcom:notAfter'] = time() + $state['cmdotcom:validUntil']; ;
274 274
 
275 275
             // Save state and redirect
276 276
             $id = Auth\State::saveState($state, 'cmdotcom:request');
Please login to merge, or discard this patch.