8000 fixed CS · symfony/symfony@f25616d · GitHub
[go: up one dir, main page]

Skip to content

Commit f25616d

Browse files
fabpotnicolas-grekas
authored andcommitted
fixed CS
1 parent 4f0e5af commit f25616d

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
@@ -41,10 +41,10 @@ class CsrfTokenManager implemen 86AF ts CsrfTokenManagerInterface
4141
* Creates a new CSRF provider using PHP's native session storage.
4242
*
4343
* @param null|string|RequestStack|callable $namespace
44-
* * null: generates a namespace using $_SERVER['HTTPS']
45-
* * string: uses the given string
46-
* * RequestStack: generates a namespace using the current master request
47-
* * callable: uses the result of this callable (must return a string)
44+
* * null: generates a namespace using $_SERVER['HTTPS']
45+
* * string: uses the given string
46+
* * RequestStack: generates a namespace using the current master request
47+
* * callable: uses the result of this callable (must return a string)
4848
*
4949
* @param TokenGeneratorInterface|null $generator The token generator
5050
* @param TokenStorageInterface|null $storage The storage for storing

0 commit comments

Comments
 (0)
0