diff options
author | Fabien Potencier <fabien.potencier@gmail.com> | 2015-08-24 09:21:16 +0200 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2015-08-24 09:21:16 +0200 |
commit | 71e7f364d47b122b0b6f2acd66ff9439495aaef6 (patch) | |
tree | 6a6d0ecd5a85a42f600c60b96e403c14ee8f9c80 /Http/Authentication/AuthenticationUtils.php | |
parent | c63a0c6b5f1d05f1e57d8b29cf2c38b770fad5b3 (diff) | |
parent | 1ce741e1c146dfadc1b8abc2bbc7626ac682f363 (diff) | |
download | symfony-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/AuthenticationUtils.php')
-rw-r--r-- | Http/Authentication/AuthenticationUtils.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Http/Authentication/AuthenticationUtils.php b/Http/Authentication/AuthenticationUtils.php index 317c8a0..4d5c71a 100644 --- a/Http/Authentication/AuthenticationUtils.php +++ b/Http/Authentication/AuthenticationUtils.php @@ -17,7 +17,7 @@ use Symfony\Component\Security\Core\Exception\AuthenticationException; use Symfony\Component\Security\Core\Security; /** - * Extracts Security Errors from Request + * Extracts Security Errors from Request. * * @author Boris Vujicic <boris.vujicic@gmail.com> */ @@ -72,6 +72,7 @@ class AuthenticationUtils /** * @return Request + * * @throws \LogicException */ private function getRequest() |