Passed
Push — master ( 6151ba...17a32e )
by Chauncey
52s queued 10s
created
src/Charcoal/User/AbstractUser.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -519,7 +519,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.