Passed
Push — master ( 3569aa...ab7ae0 )
by Florent
02:27
created
src/Fido2/AuthenticatorSelectionCriteria.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -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.