@@ -220,7 +220,7 @@ |
||
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, |
@@ -659,8 +659,8 @@ |
||
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 | } |