Skip to content

Commit 07fc11c

Browse files
committed
fixed CS
1 parent b4dbdd7 commit 07fc11c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Symfony/Component/Security/Csrf/CsrfTokenManager.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ class CsrfTokenManager implements CsrfTokenManagerInterface
3333

3434
/**
3535
* @param null|string|RequestStack|callable $namespace
36-
* * null: generates a namespace using $_SERVER['HTTPS']
37-
* * string: uses the given string
38-
* * RequestStack: generates a namespace using the current master request
39-
* * callable: uses the result of this callable (must return a string)
36+
* * null: generates a namespace using $_SERVER['HTTPS']
37+
* * string: uses the given string
38+
* * RequestStack: generates a namespace using the current master request
39+
* * callable: uses the result of this callable (must return a string)
4040
*/
4141
public function __construct(TokenGeneratorInterface $generator = null, TokenStorageInterface $storage = null, $namespace = null)
4242
{

0 commit comments

Comments
 (0)