Skip to content

Commit d4ba8b1

Browse files
committed
minor symfony#20812 Fix misprint in email address (bocharsky-bw)
This PR was merged into the 2.8 branch. Discussion ---------- Fix misprint in email address | Q | A | ------------- | --- | Branch? | 2.8 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - Commits ------- ad477e7 Fix email address
2 parents fb4a583 + ad477e7 commit d4ba8b1

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)