Skip to content

Commit 7786835

Browse files
authored
Update return type (#50252)
1 parent 5f8684b commit 7786835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Auth/TokenGuard.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public function user()
9292
/**
9393
* Get the token for the current request.
9494
*
95-
* @return string
95+
* @return string|null
9696
*/
9797
public function getTokenForRequest()
9898
{

0 commit comments

Comments
 (0)