Skip to content

Commit 5a26d6c

Browse files
authored
Improve token guard return type (#1579)
1 parent 7a514cc commit 5a26d6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Guards/TokenGuard.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ public function validate(array $credentials = [])
144144
/**
145145
* Get the client for the incoming request.
146146
*
147-
* @return mixed
147+
* @return \Laravel\Passport\Client|null
148148
*/
149149
public function client()
150150
{

0 commit comments

Comments
 (0)