Skip to content

Commit

Permalink
Fix signature
Browse files Browse the repository at this point in the history
  • Loading branch information
pierredup committed Apr 3, 2024
1 parent a183720 commit 26e4a74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Security/TokenFactory.php
Expand Up @@ -21,7 +21,7 @@ public function __construct(StorageInterface $tokenStorage, StorageRegistryInter
/**
* @param array<string, mixed> $parameters
*/
protected function generateUrl(string $path, array $parameters = []): string
protected function generateUrl($path, array $parameters = []): string
{
return $this->urlGenerator->generate($path, $parameters, UrlGeneratorInterface::ABSOLUTE_URL);
}
Expand Down

0 comments on commit 26e4a74

Please sign in to comment.