Passed
Push — master ( 625b1d...ecdb36 )
by Jaime Pérez
02:39
created
lib/WebAuthn/WebAuthnRegistrationEvent.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -106,8 +106,8 @@
 block discarded – undo
106 106
     {
107 107
         $path = SSPConfig::getConfigDir().'/'.self::AAGUID_CONFIG_FILE;
108 108
         if (!file_exists($path)) {
109
-           Logger::warning('Missing "webauthn_tokens.json" configuration file. No device will be recognized.');
110
-           return [];
109
+            Logger::warning('Missing "webauthn_tokens.json" configuration file. No device will be recognized.');
110
+            return [];
111 111
         }
112 112
 
113 113
         $data = file_get_contents($path);
Please login to merge, or discard this patch.