Skip to content

Commit ef4541d

Browse files
committed
Add @throws to logoutOtherDevices()
1 parent 580fb32 commit ef4541d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Illuminate/Auth/SessionGuard.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -601,6 +601,8 @@ protected function rehashUserPassword($password, $attribute)
601601
* @param string $password
602602
* @param string $attribute
603603
* @return bool|null
604+
*
605+
* @throws AuthenticationException If the password is invalid.
604606
*/
605607
public function logoutOtherDevices($password, $attribute = 'password')
606608
{

0 commit comments

Comments
 (0)