Skip to content

Commit 47756e9

Browse files
Update Password facade docblock (#44968)
Co-authored-by: Francis Mawn <[email protected]>
1 parent 9a6419c commit 47756e9

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
@@ -7,7 +7,7 @@
77
/**
88
* @method static mixed reset(array $credentials, \Closure $callback)
99
* @method static string sendResetLink(array $credentials, \Closure $callback = null)
10-
* @method static \Illuminate\Contracts\Auth\CanResetPassword getUser(array $credentials)
10+
* @method static \Illuminate\Contracts\Auth\CanResetPassword|null getUser(array $credentials)
1111
* @method static string createToken(\Illuminate\Contracts\Auth\CanResetPassword $user)
1212
* @method static void deleteToken(\Illuminate\Contracts\Auth\CanResetPassword $user)
1313
* @method static bool tokenExists(\Illuminate\Contracts\Auth\CanResetPassword $user, string $token)

0 commit comments

Comments
 (0)