File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/Symfony/Component/Security/Csrf Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,10 +33,10 @@ class CsrfTokenManager implements CsrfTokenManagerInterface
33
33
34
34
/**
35
35
* @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)
40
40
*/
41
41
public function __construct (TokenGeneratorInterface $ generator = null , TokenStorageInterface $ storage = null , $ namespace = null )
42
42
{
You can’t perform that action at this time.
0 commit comments