summaryrefslogtreecommitdiffstats
path: root/Core/Authentication/Token/AnonymousToken.php
diff options
context:
space:
mode:
authorJoseph Bielawski <stloyd@gmail.com>2014-01-17 10:30:22 +0100
committerJoseph Bielawski <stloyd@gmail.com>2014-01-17 10:30:22 +0100
commit916ee032f85e3bba7b6e5fb05b807d27d4267640 (patch)
tree9f712835b1de39fda0271b493927d2b6a0bb99df /Core/Authentication/Token/AnonymousToken.php
parentbcdebea77d289cc60ca17f135edd6cd95f4991fa (diff)
downloadsymfony-security-916ee032f85e3bba7b6e5fb05b807d27d4267640.zip
symfony-security-916ee032f85e3bba7b6e5fb05b807d27d4267640.tar.gz
symfony-security-916ee032f85e3bba7b6e5fb05b807d27d4267640.tar.bz2
[Component/Security] Fixed some phpdocs in Security/Core
Diffstat (limited to 'Core/Authentication/Token/AnonymousToken.php')
-rw-r--r--Core/Authentication/Token/AnonymousToken.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/Core/Authentication/Token/AnonymousToken.php b/Core/Authentication/Token/AnonymousToken.php
index cabb6d5..d39fec8 100644
--- a/Core/Authentication/Token/AnonymousToken.php
+++ b/Core/Authentication/Token/AnonymousToken.php
@@ -18,7 +18,6 @@ use Symfony\Component\Security\Core\Role\RoleInterface;
*
* @author Fabien Potencier <fabien@symfony.com>
*/
-
class AnonymousToken extends AbstractToken
{
private $key;