Completed
Pull Request — master (#122)
by Issei
02:25
created
EmailValidator/Validation/MultipleValidationWithAnd.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -56,6 +56,7 @@  discard block
 block discarded – undo
56 56
 
57 57
     /**
58 58
      * {@inheritdoc}
59
+     * @param string $email
59 60
      */
60 61
     public function isValid($email, EmailLexer $emailLexer)
61 62
     {
@@ -76,6 +77,9 @@  discard block
 block discarded – undo
76 77
         return $result;
77 78
     }
78 79
 
80
+    /**
81
+     * @param boolean $result
82
+     */
79 83
     private function shouldStop($result)
80 84
     {
81 85
         return !$result && $this->mode;
Please login to merge, or discard this patch.