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 9a6419c commit 47756e9Copy full SHA for 47756e9
src/Illuminate/Support/Facades/Password.php
@@ -7,7 +7,7 @@
7
/**
8
* @method static mixed reset(array $credentials, \Closure $callback)
9
* @method static string sendResetLink(array $credentials, \Closure $callback = null)
10
- * @method static \Illuminate\Contracts\Auth\CanResetPassword getUser(array $credentials)
+ * @method static \Illuminate\Contracts\Auth\CanResetPassword|null getUser(array $credentials)
11
* @method static string createToken(\Illuminate\Contracts\Auth\CanResetPassword $user)
12
* @method static void deleteToken(\Illuminate\Contracts\Auth\CanResetPassword $user)
13
* @method static bool tokenExists(\Illuminate\Contracts\Auth\CanResetPassword $user, string $token)
0 commit comments