Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.

Commit 60a5b88

Browse files
authored
Fix email address
1 parent 2dceb75 commit 60a5b88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)