Failed Conditions
Push — master ( bbfade...32fb37 )
by Florent
02:44
created
src/Fido2/AuthenticatorAttestationResponseChecker.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -99,7 +99,7 @@
 block discarded – undo
99 99
             $credentialId = $authDataStream->read($credentialLength);
100 100
             $credentialPublicKey = $this->decoder->decode($authDataStream);
101 101
             //TODO: should be converted into a COSE Key
102
-            $attestedCredentialData  = new AttestedCredentialData($aaguid, $credentialId, $credentialPublicKey);
102
+            $attestedCredentialData = new AttestedCredentialData($aaguid, $credentialId, $credentialPublicKey);
103 103
         } else {
104 104
             $attestedCredentialData = null;
105 105
         }
Please login to merge, or discard this patch.