Skip to content

Commit eadd41a

Browse files
committed
minor symfony#52068 [SecurityBundle] Fix LogoutRouteLoader PHPDoc (alamirault)
This PR was merged into the 6.4 branch. Discussion ---------- [SecurityBundle] Fix LogoutRouteLoader PHPDoc | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tickets | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exists, explain below instead --> | License | MIT Fix little typo in phpdoc, introduced in symfony#50946 cc `@MatTheCat` for review :) Commits ------- dbbc5bf [SecurityBundle] Fix LogoutRouteLoader phpdoc
2 parents 43ed96e + dbbc5bf commit eadd41a

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)