Skip to content

Commit ff1e2fe

Browse files
committed
Fix some docblocks.
1 parent 57ad39e commit ff1e2fe

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)