Skip to content

Commit ad477e7

Browse files
authored
Fix email address
1 parent fb4a583 commit ad477e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Security/Guard/Token/PostAuthenticationGuardToken.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* If you're using Guard authentication, you *must* use a class that implements
2222
* GuardTokenInterface as your authenticated token (like this class).
2323
*
24-
* @author Ryan Weaver <ryan@knpuniversity.com>n@gmail.com>
24+
* @author Ryan Weaver <ryan@knpuniversity.com>
2525
*/
2626
class PostAuthenticationGuardToken extends AbstractToken implements GuardTokenInterface
2727
{

0 commit comments

Comments
 (0)