Skip to content

Commit 77d2b88

Browse files
committed
Fix type hint for arguments in BypassTwoFactorAuthForApiTokenGeneration
1 parent 8082530 commit 77d2b88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Plugin/BypassTwoFactorAuthForApiTokenGeneration.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ public function __construct(
5656
*
5757
* @param AdminAccessTokenService $subject
5858
* @param Closure $proceed
59-
* @param $username
60-
* @param $password
59+
* @param string $username
60+
* @param string $password
6161
* @return string
6262
* @throws AuthenticationException
6363
* @throws InputException

0 commit comments

Comments
 (0)