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 4a9fb2a commit 73a90f5Copy full SHA for 73a90f5
Authenticator/Passport/Credentials/CustomCredentials.php
@@ -32,7 +32,7 @@ class CustomCredentials implements CredentialsInterface
32
* @param callable $customCredentialsChecker the check function. If this function does not return `true`, a
33
* BadCredentialsException is thrown. You may also throw a more
34
* specific exception in the function.
35
- * @param $credentials
+ * @param mixed $credentials
36
*/
37
public function __construct(callable $customCredentialsChecker, $credentials)
38
{
0 commit comments