Skip to content

Commit c65f683

Browse files
Update guard_authentication.rst
Minor
1 parent f85fcad commit c65f683

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
@@ -174,7 +174,7 @@ This requires you to implement several methods::
174174
{
175175
/**
176176
* Called on every request to decide if this authenticator should be
177-
* used for the request. Returning false will cause this authenticator
177+
* used for the request. Returning `false` will cause this authenticator
178178
* to be skipped.
179179
*/
180180
public function supports(Request $request)

0 commit comments

Comments
 (0)