Skip to content

Commit 203503c

Browse files
taylorotwellgithub-actions[bot]
authored andcommitted
Update facade docblocks
1 parent 1abb88a commit 203503c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Support/Facades/Password.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* @method static string getDefaultDriver()
1010
* @method static void setDefaultDriver(string $name)
1111
* @method static string sendResetLink(array $credentials, \Closure|null $callback = null)
12-
* @method static string reset(array $credentials, \Closure $callback)
12+
* @method static mixed reset(array $credentials, \Closure $callback)
1313
* @method static \Illuminate\Contracts\Auth\CanResetPassword|null getUser(array $credentials)
1414
* @method static string createToken(\Illuminate\Contracts\Auth\CanResetPassword $user)
1515
* @method static void deleteToken(\Illuminate\Contracts\Auth\CanResetPassword $user)

0 commit comments

Comments
 (0)