From fa1c9d7cc7f3c4d2f9167a5b62bbc8cd1f9df59b Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Thu, 8 Jun 2017 22:52:26 +0200 Subject: CS --- .../UserBundle/Security/CustomAuthenticationFailureHandler.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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 } /** - * Log error information about fialure + * Log error information about fialure. * - * @param Request $request + * @param Request $request */ private function logError(Request $request) { -- cgit v1.2.3