Passed
Push — master ( 25379a...36255b )
by Jaime Pérez
02:19
created
lib/Auth/Process/WebAuthn.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -76,7 +76,7 @@  discard block
 block discarded – undo
76 76
             $this->store = Store::parseStoreConfig($config['store']);
77 77
         } catch (\Exception $e) {
78 78
             Logger::error(
79
-                'webauthn: Could not create storage: '.
79
+                'webauthn: Could not create storage: ' .
80 80
                 $e->getMessage()
81 81
             );
82 82
         }
@@ -132,8 +132,8 @@  discard block
 block discarded – undo
132 132
         assert(array_key_exists('metadata-set', $state['Source']));
133 133
 
134 134
         if (!array_key_exists($this->usernameAttrib, $state['Attributes'])) {
135
-            Logger::warning('webauthn: cannot determine if user needs second factor, missing attribute "'.
136
-                $this->usernameAttrib.'".');
135
+            Logger::warning('webauthn: cannot determine if user needs second factor, missing attribute "' .
136
+                $this->usernameAttrib . '".');
137 137
             return;
138 138
         }
139 139
 
Please login to merge, or discard this patch.