summaryrefslogtreecommitdiffstats
path: root/Guard/Token/PostAuthenticationGuardToken.php
diff options
context:
space:
mode:
authorNicolas Grekas <nicolas.grekas@gmail.com>2016-12-08 15:47:39 +0100
committerNicolas Grekas <nicolas.grekas@gmail.com>2016-12-08 15:58:14 +0100
commit05b01b879902a75c64b610a28d1f0dc0bee58c91 (patch)
tree5556cca36160884e33f79030d0cfd6a7a04b1dbf /Guard/Token/PostAuthenticationGuardToken.php
parent7b23d09f4e4dd37ae3bf8877413a081fc83e0793 (diff)
parentc5b0c58603619794b2d2d5461ec03b5360118264 (diff)
downloadsymfony-security-3.1.8.zip
symfony-security-3.1.8.tar.gz
symfony-security-3.1.8.tar.bz2
Merge branch '2.8' into 3.1v3.1.8
* 2.8: [Twig] Fix deprecations with Twig 1.29 Fixed typo Fix email address fix the docblock in regard to the role argument [VarDumper] fix tests when xdebug is enabled Fix merge [Cache] Fix dumping SplDoublyLinkedList iter mode [Console] fixed PHP7 Errors when not using Dispatcher Regression test for missing controller arguments fix a test checking for a value [Form][DX] FileType "multiple" fixes fixed CS [TwigBundle] Fix twig loader registered twice [WebProfilerBundle] Fix dump block is unfairly restrained [Console] Fix wrong handling of multiline arg/opt descriptions [DependencyInjection] PhpDumper.php: hasReference() should not search references in lazy service arguments. [Form] fixed "empty_value" option deprecation Cast result to int before adding to it
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
{