File tree 1 file changed +4
-4
lines changed
src/Symfony/Component/Security/Csrf
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -41,10 +41,10 @@ class CsrfTokenManager implements CsrfTokenManagerInterface
41
41
* Creates a new CSRF provider using PHP's native session storage.
42
42
*
43
43
* @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)
48
48
*
49
49
* @param TokenGeneratorInterface|null $generator The token generator
50
50
* @param TokenStorageInterface|null $storage The storage for storing
You can’t perform that action at this time.
0 commit comments