Skip to content

Commit

Permalink
Use FQN in docblock, remove description
Browse files Browse the repository at this point in the history
  • Loading branch information
mboynes authored Mar 16, 2021
1 parent ceb2f46 commit 7aabd8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Illuminate/Auth/SessionGuard.php
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ protected function cycleRememberToken(AuthenticatableContract $user)
* @param string $attribute
* @return bool|null
*
* @throws AuthenticationException If the password is invalid.
* @throws \Illuminate\Auth\AuthenticationException
*/
protected function rehashUserPassword($password, $attribute)
{
Expand All @@ -602,7 +602,7 @@ protected function rehashUserPassword($password, $attribute)
* @param string $attribute
* @return bool|null
*
* @throws AuthenticationException If the password is invalid.
* @throws \Illuminate\Auth\AuthenticationException
*/
public function logoutOtherDevices($password, $attribute = 'password')
{
Expand Down

0 comments on commit 7aabd8f

Please sign in to comment.