Passed
Push — master ( a09af2...c26463 )
by Eduardo Gulias
02:23
created
EmailValidator/EmailLexer.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -179,6 +179,9 @@
 block discarded – undo
179 179
         return  self::GENERIC;
180 180
     }
181 181
 
182
+    /**
183
+     * @param string $value
184
+     */
182 185
     protected function isValid($value)
183 186
     {
184 187
         if (isset($this->charValue[$value])) {
Please login to merge, or discard this patch.