Passed
Push — master ( 874950...a25f1e )
by Stefan
02:55 queued 13s
created
src/Controller/WebAuthn.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -105,7 +105,7 @@
 block discarded – undo
105 105
             }
106 106
             return self::STATE_AUTH_ALLOWMGMT;
107 107
         } else { // in inflow, allow to check the management box; otherwise,
108
-                 // only auth
108
+                    // only auth
109 109
             return $state['UseInflowRegistration'] ? self::STATE_AUTH_ALLOWMGMT : self::STATE_AUTH_NOMGMT;
110 110
         }
111 111
     }
Please login to merge, or discard this patch.