Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
Merge branch '3.4' into 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobion committed Jul 2, 2019
2 parents 40cb66f + 61eea20 commit f5566cf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
3 changes: 1 addition & 2 deletions Guard/AbstractGuardAuthenticator.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ abstract class AbstractGuardAuthenticator implements AuthenticatorInterface
* Shortcut to create a PostAuthenticationGuardToken for you, if you don't really
* care about which authenticated token you're using.
*
* @param UserInterface $user
* @param string $providerKey
* @param string $providerKey
*
* @return PostAuthenticationGuardToken
*/
Expand Down
4 changes: 0 additions & 4 deletions Guard/AuthenticatorInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ interface AuthenticatorInterface extends AuthenticationEntryPointInterface
*
* If this returns false, the authenticator will be skipped.
*
* @param Request $request
*
* @return bool
*/
public function supports(Request $request);
Expand All @@ -60,8 +58,6 @@ public function supports(Request $request);
*
* return ['api_key' => $request->headers->get('X-API-TOKEN')];
*
* @param Request $request
*
* @return mixed Any non-null value
*
* @throws \UnexpectedValueException If null is returned
Expand Down

0 comments on commit f5566cf

Please sign in to comment.