summaryrefslogtreecommitdiffstats
path: root/Core/Authentication
diff options
context:
space:
mode:
authorFabien Potencier <fabien.potencier@gmail.com>2015-08-24 08:53:33 +0200
committerFabien Potencier <fabien.potencier@gmail.com>2015-08-24 09:13:45 +0200
commit5ccfeae19f3bf9238148326f32850672f3fea7e4 (patch)
tree36e1eb54f68768c3f5bf0369d8a4a25a21966e39 /Core/Authentication
parent3d137c73cd8c6cb584e3f478b52de00e751d2289 (diff)
downloadsymfony-security-5ccfeae19f3bf9238148326f32850672f3fea7e4.zip
symfony-security-5ccfeae19f3bf9238148326f32850672f3fea7e4.tar.gz
symfony-security-5ccfeae19f3bf9238148326f32850672f3fea7e4.tar.bz2
fixes CS
Diffstat (limited to 'Core/Authentication')
-rw-r--r--Core/Authentication/Token/Storage/TokenStorage.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Core/Authentication/Token/Storage/TokenStorage.php b/Core/Authentication/Token/Storage/TokenStorage.php
index 4b6c11f..b493081 100644
--- a/Core/Authentication/Token/Storage/TokenStorage.php
+++ b/Core/Authentication/Token/Storage/TokenStorage.php
@@ -14,7 +14,7 @@ namespace Symfony\Component\Security\Core\Authentication\Token\Storage;
use Symfony\Component\Security\Core\Authentication\Token\TokenInterface;
/**
- * TokenStorage contains a TokenInterface
+ * TokenStorage contains a TokenInterface.
*
* It gives access to the token representing the current user authentication.
*