aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/Wallabag/UserBundle/Security/CustomAuthenticationFailureHandler.php4
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 {