diff options
author | Nicolas Grekas <nicolas.grekas@gmail.com> | 2016-07-05 13:09:33 +0200 |
---|---|---|
committer | Nicolas Grekas <nicolas.grekas@gmail.com> | 2016-07-05 13:09:33 +0200 |
commit | 6ec5bf655ebcc0f27900cc99d36294de71dbca03 (patch) | |
tree | c83997ea9ca7c95f9bb30d17d5e8b8bf2e9751d1 /Csrf/CsrfTokenManagerInterface.php | |
parent | d526edc72cc7b6097f13223fb864a45d12a75b74 (diff) | |
parent | 59cd0be0c8bca0719147fa30d3cbc5e376560503 (diff) | |
download | symfony-security-6ec5bf655ebcc0f27900cc99d36294de71dbca03.zip symfony-security-6ec5bf655ebcc0f27900cc99d36294de71dbca03.tar.gz symfony-security-6ec5bf655ebcc0f27900cc99d36294de71dbca03.tar.bz2 |
Merge branch '3.0' into 3.1
* 3.0:
[VarDumper] Fix indentation trimming in ExceptionCaster
removed @since
Remove and change unrelevant comments in Validator and Security components.
[Validator] add missing interface use statement for phpdoc block return type.
[Validator] UuidValidator must accept a Uuid constraint.
[Validator] make UuidValidator class formatting consistent.
Diffstat (limited to 'Csrf/CsrfTokenManagerInterface.php')
-rw-r--r-- | Csrf/CsrfTokenManagerInterface.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Csrf/CsrfTokenManagerInterface.php b/Csrf/CsrfTokenManagerInterface.php index bccabe6..5936b64 100644 --- a/Csrf/CsrfTokenManagerInterface.php +++ b/Csrf/CsrfTokenManagerInterface.php @@ -14,8 +14,6 @@ namespace Symfony\Component\Security\Csrf; /** * Manages CSRF tokens. * - * @since 2.4 - * * @author Bernhard Schussek <bschussek@gmail.com> */ interface CsrfTokenManagerInterface |