Skip to content

Commit fa709b5

Browse files
committed
Merge branch '4.4' into 5.0
* 4.4: Update return statement for getUser …
2 parents f86a71f + 76e1d5b commit fa709b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/guard_authentication.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ This requires you to implement several methods::
107107
{
108108
if (null === $credentials) {
109109
// The token header was empty, authentication fails with 401
110-
return;
110+
return null;
111111
}
112112

113113
// if a User is returned, checkCredentials() is called

0 commit comments

Comments
 (0)