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.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/Csrf/TokenGenerator/TokenGeneratorInterface.php b/Csrf/TokenGenerator/TokenGeneratorInterface.php
index e02ac66..1405b84 100644
--- a/Csrf/TokenGenerator/TokenGeneratorInterface.php
+++ b/Csrf/TokenGenerator/TokenGeneratorInterface.php
@@ -15,6 +15,7 @@ namespace Symfony\Component\Security\Csrf\TokenGenerator;
* Generates CSRF tokens.
*
* @since 2.4
+ *
* @author Bernhard Schussek <bschussek@gmail.com>
*/
interface TokenGeneratorInterface