Passed
Push — master ( 5c2740...f1e48c )
by Stefan
03:35
created
src/Auth/Process/WebAuthn.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -153,7 +153,7 @@
 block discarded – undo
153 153
                 $lastSecondFactor instanceof \DateTime
154 154
                 )
155 155
         ) {
156
-            $interval = $lastSecondFactor->diff( \DateTime());
156
+            $interval = $lastSecondFactor->diff(\DateTime());
157 157
             if ($interval->invert == 1) {
158 158
                 throw new \Exception("We are talking to a future self. Amazing.");
159 159
             }
Please login to merge, or discard this patch.