Skip to content

Commit 4af483f

Browse files
Merge branch '3.4' into 4.3
* 3.4: [Routing] Add a param annotation for $annot. [DI] fix docblock Add missing translations for Armenian locale [Process] Doc block backport. Fix some docblocks.
2 parents 7169d57 + ff1e2fe commit 4af483f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Logout/LogoutUrlGenerator.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ public function __construct(RequestStack $requestStack = null, UrlGeneratorInter
4141
/**
4242
* Registers a firewall's LogoutListener, allowing its URL to be generated.
4343
*
44-
* @param string $key The firewall key
45-
* @param string $logoutPath The path that starts the logout process
46-
* @param string $csrfTokenId The ID of the CSRF token
47-
* @param string $csrfParameter The CSRF token parameter name
48-
* @param CsrfTokenManagerInterface|null $csrfTokenManager A CsrfTokenManagerInterface instance
44+
* @param string $key The firewall key
45+
* @param string $logoutPath The path that starts the logout process
46+
* @param string|null $csrfTokenId The ID of the CSRF token
47+
* @param string|null $csrfParameter The CSRF token parameter name
48+
* @param string|null $context The listener context
4949
*/
5050
public function registerListener($key, $logoutPath, $csrfTokenId, $csrfParameter, CsrfTokenManagerInterface $csrfTokenManager = null, string $context = null)
5151
{

0 commit comments

Comments
 (0)