Skip to content

Commit dbbc5bf

Browse files
committed
[SecurityBundle] Fix LogoutRouteLoader phpdoc
1 parent c6a9dde commit dbbc5bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/SecurityBundle/Routing/LogoutRouteLoader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ final class LogoutRouteLoader
1919
{
2020
/**
2121
* @param array<string, string> $logoutUris Logout URIs indexed by the corresponding firewall name
22-
* @param string $parameterName Name of the container parameter containing {@see $logoutUris}' value
22+
* @param string $parameterName Name of the container parameter containing {@see $logoutUris} value
2323
*/
2424
public function __construct(
2525
private readonly array $logoutUris,

0 commit comments

Comments
 (0)