Skip to content

Commit 73a90f5

Browse files
Backport type fixes
1 parent 4a9fb2a commit 73a90f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Authenticator/Passport/Credentials/CustomCredentials.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class CustomCredentials implements CredentialsInterface
3232
* @param callable $customCredentialsChecker the check function. If this function does not return `true`, a
3333
* BadCredentialsException is thrown. You may also throw a more
3434
* specific exception in the function.
35-
* @param $credentials
35+
* @param mixed $credentials
3636
*/
3737
public function __construct(callable $customCredentialsChecker, $credentials)
3838
{

0 commit comments

Comments
 (0)