Skip to content

Commit

Permalink
fix odd comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Clearbooks-Tom committed Sep 24, 2015
1 parent 03ccad0 commit ae9f4a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/JwtGuard/JwtTokenAuthenticator.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class JwtTokenAuthenticator implements RequestAuthoriser, IdentityProvider
/**
* @param Jwt $jwt
* @param AlgorithmInterface $algorithm
= */
*/
public function __construct( Jwt $jwt, AlgorithmInterface $algorithm, AppIdProvider $appIdProvider )
{
$this->jwt = $jwt;
Expand Down

0 comments on commit ae9f4a7

Please sign in to comment.