Passed
Push — master ( 1e40bb...6078d7 )
by Stefan
02:21
created
src/WebAuthn/Store/Database.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -220,7 +220,7 @@
 block discarded – undo
220 220
         $this->db->write(
221 221
             'INSERT INTO credentials ' .
222 222
             '(user_id, credentialId, credential, algo, presenceLevel, isResidentKey, signCounter, friendlyName, hashedId, aaguid, attLevel) VALUES '
223
-          . '(:userId,:credentialId,:credential,:algo,:presenceLevel,:isResidentKey,:signCounter,:friendlyName,:hashedId,:aaguid,:attLevel)',
223
+            . '(:userId,:credentialId,:credential,:algo,:presenceLevel,:isResidentKey,:signCounter,:friendlyName,:hashedId,:aaguid,:attLevel)',
224 224
             [
225 225
                 'userId' => $userId,
226 226
                 'credentialId' => $credentialId,
Please login to merge, or discard this patch.
src/WebAuthn/WebAuthnRegistrationEvent.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -659,8 +659,8 @@
 block discarded – undo
659 659
     }
660 660
 
661 661
         /**
662
-     * @return string
663
-     */
662
+         * @return string
663
+         */
664 664
     public function getAttestationLevel() {
665 665
         return $this->AAGUIDAssurance;
666 666
     }
Please login to merge, or discard this patch.