diff options
author | Fabien Potencier <fabien.potencier@gmail.com> | 2014-12-22 17:45:18 +0100 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2014-12-22 17:45:18 +0100 |
commit | 79e6ddaa570c264ade4e6d19e84f9b98d22b5acc (patch) | |
tree | 24836ae0cbfc9c67ea68fe3dfd4c3b124c4a5501 /Http/Authentication/AuthenticationSuccessHandlerInterface.php | |
parent | 178e160ba5022168854176deaad4c81f45ae2288 (diff) | |
parent | 080ac3294fac8b217afe620230600fb427bd2f51 (diff) | |
download | symfony-security-79e6ddaa570c264ade4e6d19e84f9b98d22b5acc.zip symfony-security-79e6ddaa570c264ade4e6d19e84f9b98d22b5acc.tar.gz symfony-security-79e6ddaa570c264ade4e6d19e84f9b98d22b5acc.tar.bz2 |
Merge branch '2.6' into 2.7
* 2.6:
[2.3] CS And DocBlock Fixes
[2.3] CS Fixes
[FrameworkBundle] Fixed Translation loader and update translation command.
[Console] remove « use » statement for PHP built-in exception classes.
[SecurityBundle] adds unit tests suite for SecurityDataCollector class.
Conflicts:
src/Symfony/Bundle/SecurityBundle/DataCollector/SecurityDataCollector.php
Diffstat (limited to 'Http/Authentication/AuthenticationSuccessHandlerInterface.php')
-rw-r--r-- | Http/Authentication/AuthenticationSuccessHandlerInterface.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Http/Authentication/AuthenticationSuccessHandlerInterface.php b/Http/Authentication/AuthenticationSuccessHandlerInterface.php index 9ec64b4..d0b3cb6 100644 --- a/Http/Authentication/AuthenticationSuccessHandlerInterface.php +++ b/Http/Authentication/AuthenticationSuccessHandlerInterface.php @@ -16,7 +16,7 @@ use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\Response; /** - * Interface for a custom authentication success handler + * Interface for a custom authentication success handler. * * If you want to customize the success handling process, instead of * overwriting the respective listener globally, you can set a custom success |