We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f9c1c8 commit 0a29c89Copy full SHA for 0a29c89
Authenticator/Passport/Credentials/CustomCredentials.php
@@ -27,9 +27,9 @@ class CustomCredentials implements CredentialsInterface
27
private bool $resolved = false;
28
29
/**
30
- * @param callable $customCredentialsChecker the check function. If this function does not return `true`, a
31
- * BadCredentialsException is thrown. You may also throw a more
32
- * specific exception in the function.
+ * @param callable(mixed, UserInterface) $customCredentialsChecker If the callable does not return `true`, a
+ * BadCredentialsException is thrown. You may
+ * also throw a more specific exception.
33
*/
34
public function __construct(
35
callable $customCredentialsChecker,
0 commit comments