@@ -519,7 +519,7 @@ |
||
519 | 519 | /** |
520 | 520 | * Validate the username or email address is unique. |
521 | 521 | * |
522 | - * @return boolean |
|
522 | + * @return false|null |
|
523 | 523 | */ |
524 | 524 | protected function validateLoginUnique() |
525 | 525 | { |
@@ -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; |