summaryrefslogtreecommitdiffstats
path: root/Http/Authentication/SimpleAuthenticationHandler.php
diff options
context:
space:
mode:
authorFabien Potencier <fabien.potencier@gmail.com>2015-08-24 09:21:16 +0200
committerFabien Potencier <fabien.potencier@gmail.com>2015-08-24 09:21:16 +0200
commit71e7f364d47b122b0b6f2acd66ff9439495aaef6 (patch)
tree6a6d0ecd5a85a42f600c60b96e403c14ee8f9c80 /Http/Authentication/SimpleAuthenticationHandler.php
parentc63a0c6b5f1d05f1e57d8b29cf2c38b770fad5b3 (diff)
parent1ce741e1c146dfadc1b8abc2bbc7626ac682f363 (diff)
downloadsymfony-security-71e7f364d47b122b0b6f2acd66ff9439495aaef6.zip
symfony-security-71e7f364d47b122b0b6f2acd66ff9439495aaef6.tar.gz
symfony-security-71e7f364d47b122b0b6f2acd66ff9439495aaef6.tar.bz2
Merge branch '2.8'
* 2.8: fixes CS fixed CS [DependencyInjection] Add missing file headers fixed typo made Symfony compatible with both Twig 1.x and 2.x [FrameworkBundle] Fix precedence of xdebug.file_link_format
Diffstat (limited to 'Http/Authentication/SimpleAuthenticationHandler.php')
-rw-r--r--Http/Authentication/SimpleAuthenticationHandler.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Http/Authentication/SimpleAuthenticationHandler.php b/Http/Authentication/SimpleAuthenticationHandler.php
index 6a1311f..c5c43f2 100644
--- a/Http/Authentication/SimpleAuthenticationHandler.php
+++ b/Http/Authentication/SimpleAuthenticationHandler.php
@@ -19,7 +19,7 @@ use Symfony\Component\Security\Core\Authentication\Token\TokenInterface;
use Symfony\Component\Security\Core\Authentication\SimpleAuthenticatorInterface;
/**
- * Class to proxy authentication success/failure handlers
+ * Class to proxy authentication success/failure handlers.
*
* Events are sent to the SimpleAuthenticatorInterface if it implements
* the right interface, otherwise (or if it fails to return a Response)