summaryrefslogtreecommitdiffstats
path: root/Csrf/TokenGenerator/TokenGeneratorInterface.php
diff options
context:
space:
mode:
Diffstat (limited to 'Csrf/TokenGenerator/TokenGeneratorInterface.php')
-rw-r--r--Csrf/TokenGenerator/TokenGeneratorInterface.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/Csrf/TokenGenerator/TokenGeneratorInterface.php b/Csrf/TokenGenerator/TokenGeneratorInterface.php
index 1405b84..0ec2881 100644
--- a/Csrf/TokenGenerator/TokenGeneratorInterface.php
+++ b/Csrf/TokenGenerator/TokenGeneratorInterface.php
@@ -14,8 +14,6 @@ namespace Symfony\Component\Security\Csrf\TokenGenerator;
/**
* Generates CSRF tokens.
*
- * @since 2.4
- *
* @author Bernhard Schussek <bschussek@gmail.com>
*/
interface TokenGeneratorInterface