Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ee345ee

Browse files
minor #23590 Fixed typo in docblock in AuthenticationExpiredException (iltar)
This PR was merged into the 2.8 branch. Discussion ---------- Fixed typo in docblock in AuthenticationExpiredException | 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 | ~ Found a small typo, applied it in the lowest branch possible. Commits ------- 432d2de Fixed typo in docblock
2 parents 57bf748 + 432d2de commit ee345ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Security/Core/Exception/AuthenticationExpiredException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
namespace Symfony\Component\Security\Core\Exception;
1313

1414
/**
15-
* AuthenticationServiceException is thrown when an authenticated token becomes un-authentcated between requests.
15+
* AuthenticationServiceException is thrown when an authenticated token becomes un-authenticated between requests.
1616
*
1717
* In practice, this is due to the User changing between requests (e.g. password changes),
1818
* causes the token to become un-authenticated.

0 commit comments

Comments
 (0)