diff options
author | Nicolas Grekas <nicolas.grekas@gmail.com> | 2016-12-08 16:31:48 +0100 |
---|---|---|
committer | Nicolas Grekas <nicolas.grekas@gmail.com> | 2016-12-08 16:31:48 +0100 |
commit | 3b5625de42114cd121282bdfc4879a28e85d64ec (patch) | |
tree | f5de69d4f86e9b567f0c919475ffd1a883dc9804 /Guard | |
parent | a39290c2fc59213b11f62bbce19e366ac69dbf8b (diff) | |
parent | 946bae1b15cb634ea9705476f4bb34fbede6fd2b (diff) | |
download | symfony-security-3b5625de42114cd121282bdfc4879a28e85d64ec.zip symfony-security-3b5625de42114cd121282bdfc4879a28e85d64ec.tar.gz symfony-security-3b5625de42114cd121282bdfc4879a28e85d64ec.tar.bz2 |
Merge branch '3.2'
* 3.2: (51 commits)
[FrameworkBundle] [Workflow] Fix service marking store configuration
Fix merge
[Validator] add class name to the cache key
[Serializer] Remove AbstractObjectNormalizer::isAttributeToNormalize
Throw less misleading exception when property access not found
[Twig] Fix deprecations with Twig 1.29
[FrameworkBundle] Fix validation cache warmer with failing or missing classes
Fixed typo
[FrameworkBundle] Removed the kernel.debug parameter from the cache pool namespace seed
Fix email address
fix the docblock in regard to the role argument
[Bridge\Twig] Trigger deprecation when using FormExtension::$renderer
Don't use the "app" global variable in the profiler
[VarDumper] fix tests when xdebug is enabled
Fix merge
FIXED NON EXISTING TYPE DECLARATION
[Form] Add failing test for data collector bug
[Cache] Fix dumping SplDoublyLinkedList iter mode
[Form] Fix FormDataCollector
Ignore missing 'debug.file_link_formatter' service in Debug and Twig bundles
...
Diffstat (limited to 'Guard')
-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 6852d9e..f566b71 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 { |