Passed
Pull Request — master (#108)
by Eduardo Gulias
03:06 queued 42s
created
EmailValidator/Validation/MultipleValidationWithAnd.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -20,6 +20,9 @@
 block discarded – undo
20 20
         $this->validations = $validations;
21 21
     }
22 22
 
23
+    /**
24
+     * @param string $email
25
+     */
23 26
     public function isValid($email, EmailLexer $emailLexer)
24 27
     {
25 28
         $result = true;
Please login to merge, or discard this patch.
Tests/EmailValidator/EmailLexerTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -63,6 +63,9 @@
 block discarded – undo
63 63
         return $chars;
64 64
     }
65 65
 
66
+    /**
67
+     * @param integer $code_point
68
+     */
66 69
     protected function utf8Chr($code_point)
67 70
     {
68 71
 
Please login to merge, or discard this patch.