We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21c0299 commit 0454123Copy full SHA for 0454123
src/Illuminate/Support/Facades/Password.php
@@ -9,7 +9,7 @@
9
* @method static string getDefaultDriver()
10
* @method static void setDefaultDriver(string $name)
11
* @method static string sendResetLink(array $credentials, \Closure|null $callback = null)
12
- * @method static mixed reset(array $credentials, \Closure $callback)
+ * @method static string reset(array $credentials, \Closure $callback)
13
* @method static \Illuminate\Contracts\Auth\CanResetPassword|null getUser(array $credentials)
14
* @method static string createToken(\Illuminate\Contracts\Auth\CanResetPassword $user)
15
* @method static void deleteToken(\Illuminate\Contracts\Auth\CanResetPassword $user)
0 commit comments