Skip to content

Commit

Permalink
[Security][Guard] Completed start method signature
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyFreeAgent authored and xabbuh committed Jan 18, 2016
1 parent 24e2da6 commit b6b6a39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbook/security/guard-authentication.rst
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ Each authenticator needs the following methods:
object that should be sent to the client. The ``$exception`` will tell you
*what* went wrong during authentication.

**start**
**start(Request $request, AuthenticationException $authException = null)**
This is called if the client accesses a URI/resource that requires authentication,
but no authentication details were sent (i.e. you returned ``null`` from
``getCredentials()``). Your job is to return a
Expand Down

0 comments on commit b6b6a39

Please sign in to comment.