Test Failed
Pull Request — master (#3)
by Chauncey
01:59
created
src/Charcoal/User/AbstractAuthenticator.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -471,7 +471,7 @@
 block discarded – undo
471 471
 
472 472
         $this->logger->warning(sprintf(
473 473
             'Invalid login attempt for user "%s": invalid password.',
474
-             $identifier
474
+                $identifier
475 475
         ));
476 476
 
477 477
         return null;
Please login to merge, or discard this patch.