Skip to content

Commit

Permalink
Fix syntax error (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxhelias authored Apr 11, 2022
1 parent 214c13e commit b59393b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EventListener/LogoutEventListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public function __construct(
ExtractorInterface $refreshTokenExtractor,
string $tokenParameterName,
array $cookieSettings,
string $logout_firewall_context,
string $logout_firewall_context
) {
$this->refreshTokenManager = $refreshTokenManager;
$this->refreshTokenExtractor = $refreshTokenExtractor;
Expand Down

0 comments on commit b59393b

Please sign in to comment.