summaryrefslogtreecommitdiffstats
path: root/Guard/Token/PostAuthenticationGuardToken.php
diff options
context:
space:
mode:
authorNicolas Grekas <nicolas.grekas@gmail.com>2016-12-08 16:18:22 +0100
committerNicolas Grekas <nicolas.grekas@gmail.com>2016-12-08 16:18:22 +0100
commit946bae1b15cb634ea9705476f4bb34fbede6fd2b (patch)
treed49b765b6d4e5ea45c585db6ddf30ab7354a2f98 /Guard/Token/PostAuthenticationGuardToken.php
parent8a8323587c267be866ae968c362818ca1b05d828 (diff)
parent05b01b879902a75c64b610a28d1f0dc0bee58c91 (diff)
downloadsymfony-security-3.2.1.zip
symfony-security-3.2.1.tar.gz
symfony-security-3.2.1.tar.bz2
Merge branch '3.1' into 3.2v3.2.1
* 3.1: (28 commits) Fix merge [Validator] add class name to the cache key [Serializer] Remove AbstractObjectNormalizer::isAttributeToNormalize Throw less misleading exception when property access not found [Twig] Fix deprecations with Twig 1.29 Fixed typo [FrameworkBundle] Removed the kernel.debug parameter from the cache pool namespace seed Fix email address fix the docblock in regard to the role argument Don't use the "app" global variable in the profiler [VarDumper] fix tests when xdebug is enabled Fix merge FIXED NON EXISTING TYPE DECLARATION [Cache] Fix dumping SplDoublyLinkedList iter mode [Console] fixed PHP7 Errors when not using Dispatcher Regression test for missing controller arguments (3.1) Regression test for missing controller arguments fix a test checking for a value [Form][DX] FileType "multiple" fixes fixed CS ...
Diffstat (limited to 'Guard/Token/PostAuthenticationGuardToken.php')
-rw-r--r--Guard/Token/PostAuthenticationGuardToken.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Guard/Token/PostAuthenticationGuardToken.php b/Guard/Token/PostAuthenticationGuardToken.php
index 36c40ca..5b353d9 100644
--- a/Guard/Token/PostAuthenticationGuardToken.php
+++ b/Guard/Token/PostAuthenticationGuardToken.php
@@ -21,7 +21,7 @@ use Symfony\Component\Security\Core\User\UserInterface;
* If you're using Guard authentication, you *must* use a class that implements
* GuardTokenInterface as your authenticated token (like this class).
*
- * @author Ryan Weaver <ryan@knpuniversity.com>n@gmail.com>
+ * @author Ryan Weaver <ryan@knpuniversity.com>
*/
class PostAuthenticationGuardToken extends AbstractToken implements GuardTokenInterface
{