summaryrefslogtreecommitdiffstats
path: root/Csrf/CsrfTokenManagerInterface.php
diff options
context:
space:
mode:
Diffstat (limited to 'Csrf/CsrfTokenManagerInterface.php')
-rw-r--r--Csrf/CsrfTokenManagerInterface.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/Csrf/CsrfTokenManagerInterface.php b/Csrf/CsrfTokenManagerInterface.php
index 5abe47c..bccabe6 100644
--- a/Csrf/CsrfTokenManagerInterface.php
+++ b/Csrf/CsrfTokenManagerInterface.php
@@ -15,6 +15,7 @@ namespace Symfony\Component\Security\Csrf;
* Manages CSRF tokens.
*
* @since 2.4
+ *
* @author Bernhard Schussek <bschussek@gmail.com>
*/
interface CsrfTokenManagerInterface