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 fb00156 commit cf02addCopy full SHA for cf02add
src/Symfony/Component/Security/Http/Authenticator/Passport/Credentials/CustomCredentials.php
@@ -27,9 +27,9 @@ class CustomCredentials implements CredentialsInterface
27
private bool $resolved = false;
28
29
/**
30
- * @param callable(mixed, UserInterface) $customCredentialsChecker If the callable does not return `true`, a
31
- * BadCredentialsException is thrown. You may
32
- * also throw a more specific exception.
+ * @param callable(mixed, UserInterface): bool $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