Skip to content

Commit 0454123

Browse files
committedMar 20, 2025
narrow return type from mixed to string for facade
1 parent 21c0299 commit 0454123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/Illuminate/Support/Facades/Password.php

+1-1
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 mixed reset(array $credentials, \Closure $callback)
12+
* @method static string 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)
Failed to load comments.