diff --git a/application/features/bootstrap/EmailContext.php b/application/features/bootstrap/EmailContext.php index 9b682fef..f7c89f94 100644 --- a/application/features/bootstrap/EmailContext.php +++ b/application/features/bootstrap/EmailContext.php @@ -568,7 +568,7 @@ public function noMfasExist() } /** - * @Given :arg1 verified webauthn mfa option does exist + * @Given :count verified webauthn mfa option does exist */ public function aVerifiedWebAuthnMfaOptionDoesExist($count) { @@ -577,7 +577,7 @@ public function aVerifiedWebAuthnMfaOptionDoesExist($count) if (intval($count) > 1) { $mfa = $this->testMfaOption; - for ($i=1; $i < $count; $i++) { + for ($i = 1; $i < $count; $i++) { MfaWebauthn::createWebauthn($mfa, ''); } }