Passed
Push — master ( d6819b...107510 )
by Stefan
05:23
created
src/Auth/Process/WebAuthn.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -144,7 +144,7 @@
 block discarded – undo
144 144
         }
145 145
 
146 146
         if // do we need to do secondFactor in interval, or even every time?
147
-           // we skip only if an interval is configured AND we did successfully authenticate, AND are within the interval
147
+            // we skip only if an interval is configured AND we did successfully authenticate, AND are within the interval
148 148
         (
149 149
                 $this->SecondFactorMaxAge >= 0 && // 
150 150
                 (
Please login to merge, or discard this patch.