Skip to content

Commit 757754e

Browse files
authored
[8.x] Fix StatefulGuard phpdoc return type (#34812)
1 parent 86d08e4 commit 757754e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/Illuminate/Contracts/Auth/StatefulGuard.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public function login(Authenticatable $user, $remember = false);
3535
*
3636
* @param mixed $id
3737
* @param bool $remember
38-
* @return \Illuminate\Contracts\Auth\Authenticatable
38+
* @return \Illuminate\Contracts\Auth\Authenticatable|bool
3939
*/
4040
public function loginUsingId($id, $remember = false);
4141

0 commit comments

Comments
 (0)