@@ -8,7 +8,6 @@ |
||
| 8 | 8 | use InvalidArgumentException; |
| 9 | 9 | |
| 10 | 10 | // From 'charcoal-factory' |
| 11 | -use Charcoal\Factory\FactoryInterface; |
|
| 12 | 11 | |
| 13 | 12 | // From 'charcoal-core' |
| 14 | 13 | use Charcoal\Validator\ValidatorInterface; |
@@ -471,7 +471,7 @@ |
||
| 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; |