|
@@ -36,7 +36,7 @@ |
|
|
block discarded – undo |
|
36
|
36
|
* @var string |
|
37
|
37
|
*/ |
|
38
|
38
|
private $userVerification; |
|
39
|
|
- function __construct(?string $authenticatorAttachment = null, bool $requireResidentKey = false, string $userVerification = self::USER_VERIFICATION_REQUIREMENT_PREFERRED) |
|
|
39
|
+ function __construct(?string $authenticatorAttachment = null, bool $requireResidentKey = false, string $userVerification = self::USER_VERIFICATION_REQUIREMENT_PREFERRED) |
|
40
|
40
|
{ |
|
41
|
41
|
$this->authenticatorAttachment = $authenticatorAttachment; |
|
42
|
42
|
$this->requireResidentKey = $requireResidentKey; |
Please login to merge, or discard this patch.