Skip to content

Commit 7aabd8f

Browse files
authored
Use FQN in docblock, remove description
1 parent ceb2f46 commit 7aabd8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Illuminate/Auth/SessionGuard.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ protected function cycleRememberToken(AuthenticatableContract $user)
580580
* @param string $attribute
581581
* @return bool|null
582582
*
583-
* @throws AuthenticationException If the password is invalid.
583+
* @throws \Illuminate\Auth\AuthenticationException
584584
*/
585585
protected function rehashUserPassword($password, $attribute)
586586
{
@@ -602,7 +602,7 @@ protected function rehashUserPassword($password, $attribute)
602602
* @param string $attribute
603603
* @return bool|null
604604
*
605-
* @throws AuthenticationException If the password is invalid.
605+
* @throws \Illuminate\Auth\AuthenticationException
606606
*/
607607
public function logoutOtherDevices($password, $attribute = 'password')
608608
{

0 commit comments

Comments
 (0)