@@ -76,7 +76,7 @@ |
||
76 | 76 | * exception. |
77 | 77 | * |
78 | 78 | */ |
79 | - 'aaguid_whitelist' => [ ], |
|
79 | + 'aaguid_whitelist' => [], |
|
80 | 80 | |
81 | 81 | /* |
82 | 82 | * Some authenticators are more equal than others. Apple TouchID and |
@@ -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 | } |