diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2017-06-08 22:52:26 +0200 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2017-06-08 22:52:26 +0200 |
commit | fa1c9d7cc7f3c4d2f9167a5b62bbc8cd1f9df59b (patch) | |
tree | 398862bcb5533ade33fa678a267b5507e00b5b52 /src/Wallabag/UserBundle/Security | |
parent | 63f9f22fa37b14171c6f92d24f99ccf01ae7af00 (diff) | |
download | wallabag-fa1c9d7cc7f3c4d2f9167a5b62bbc8cd1f9df59b.tar.gz wallabag-fa1c9d7cc7f3c4d2f9167a5b62bbc8cd1f9df59b.tar.zst wallabag-fa1c9d7cc7f3c4d2f9167a5b62bbc8cd1f9df59b.zip |
CS
Diffstat (limited to 'src/Wallabag/UserBundle/Security')
-rw-r--r-- | src/Wallabag/UserBundle/Security/CustomAuthenticationFailureHandler.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Wallabag/UserBundle/Security/CustomAuthenticationFailureHandler.php b/src/Wallabag/UserBundle/Security/CustomAuthenticationFailureHandler.php index 93e2d17b..2d4ea0ea 100644 --- a/src/Wallabag/UserBundle/Security/CustomAuthenticationFailureHandler.php +++ b/src/Wallabag/UserBundle/Security/CustomAuthenticationFailureHandler.php | |||
@@ -51,9 +51,9 @@ class CustomAuthenticationFailureHandler extends DefaultAuthenticationFailureHan | |||
51 | } | 51 | } |
52 | 52 | ||
53 | /** | 53 | /** |
54 | * Log error information about fialure | 54 | * Log error information about fialure. |
55 | * | 55 | * |
56 | * @param Request $request | 56 | * @param Request $request |
57 | */ | 57 | */ |
58 | private function logError(Request $request) | 58 | private function logError(Request $request) |
59 | { | 59 | { |