Skip to content

Commit 3d874fe

Browse files
committed
bug #8801 typo fix (jevgenijusr)
This PR was merged into the 4.0 branch. Discussion ---------- typo fix Commits ------- a16a2d4 typo fix
2 parents 7d4381d + a16a2d4 commit 3d874fe

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
@@ -173,7 +173,7 @@ This requires you to implement several methods::
173173
*/
174174
public function supports(Request $request)
175175
{
176-
return $request->headers->has('X-AUTH-TOKEN')
176+
return $request->headers->has('X-AUTH-TOKEN');
177177
}
178178

179179
/**

0 commit comments

Comments
 (0)