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