summaryrefslogtreecommitdiffstats
path: root/Csrf/CsrfTokenManagerInterface.php
diff options
context:
space:
mode:
Diffstat (limited to 'Csrf/CsrfTokenManagerInterface.php')
-rw-r--r--Csrf/CsrfTokenManagerInterface.php2
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