Test Setup Failed
Push — parse-domain-literal ( 97f1d2 )
by Eduardo Gulias
01:49
created
EmailValidator/Parser/DomainPart.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -183,7 +183,7 @@
 block discarded – undo
183 183
     }
184 184
 
185 185
     /**
186
-     * @return string|false
186
+     * @return Result
187 187
      */
188 188
     protected function parseDomainLiteral() : Result
189 189
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Egulias\EmailValidator\EmailLexer;
6 6
 use Egulias\EmailValidator\Exception\CommaInDomain;
7
-use Egulias\EmailValidator\Exception\ConsecutiveAt;
8 7
 use Egulias\EmailValidator\Exception\ExpectingATEXT;
9 8
 use Egulias\EmailValidator\Result\InvalidEmail;
10 9
 use Egulias\EmailValidator\Result\Reason\CharNotAllowed as ReasonCharNotAllowed;
Please login to merge, or discard this patch.