Skip to content

Commit

Permalink
Update Password facade docblock (#44968)
Browse files Browse the repository at this point in the history
Co-authored-by: Francis Mawn <francis.mawn@canada.ca>
  • Loading branch information
FrankMawn and FrancisMawn authored Nov 16, 2022
1 parent 9a6419c commit 47756e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Support/Facades/Password.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
/**
* @method static mixed reset(array $credentials, \Closure $callback)
* @method static string sendResetLink(array $credentials, \Closure $callback = null)
* @method static \Illuminate\Contracts\Auth\CanResetPassword getUser(array $credentials)
* @method static \Illuminate\Contracts\Auth\CanResetPassword|null getUser(array $credentials)
* @method static string createToken(\Illuminate\Contracts\Auth\CanResetPassword $user)
* @method static void deleteToken(\Illuminate\Contracts\Auth\CanResetPassword $user)
* @method static bool tokenExists(\Illuminate\Contracts\Auth\CanResetPassword $user, string $token)
Expand Down

0 comments on commit 47756e9

Please sign in to comment.