diff options
author | Victor Bocharsky <bocharsky.bw@gmail.com> | 2016-12-07 13:56:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-07 13:56:23 +0200 |
commit | 60a5b88a0e434a8adba2f0fd2fe59c6a603a4fd6 (patch) | |
tree | 57a8268ee28b157e25ab823a7614d007a5f480fb | |
parent | 2dceb75f4a65a1626345c76800bf5f1345fd3c83 (diff) | |
download | symfony-security-60a5b88a0e434a8adba2f0fd2fe59c6a603a4fd6.zip symfony-security-60a5b88a0e434a8adba2f0fd2fe59c6a603a4fd6.tar.gz symfony-security-60a5b88a0e434a8adba2f0fd2fe59c6a603a4fd6.tar.bz2 |
Fix email address
-rw-r--r-- | Guard/Token/PostAuthenticationGuardToken.php | 2 |
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 { |