We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f85fcad commit c65f683Copy full SHA for c65f683
security/guard_authentication.rst
@@ -174,7 +174,7 @@ This requires you to implement several methods::
174
{
175
/**
176
* Called on every request to decide if this authenticator should be
177
- * used for the request. Returning false will cause this authenticator
+ * used for the request. Returning `false` will cause this authenticator
178
* to be skipped.
179
*/
180
public function supports(Request $request)
0 commit comments