We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
in EmailValidator/Parser/LocalPart.php, line 8
The class Egulias\EmailValidator\EmailValidator is declared but never used. You should remove the use statement.
Egulias\EmailValidator\EmailValidator
use
namespace Egulias\EmailValidator\Parser; use Egulias\EmailValidator\Exception\DotAtEnd; use Egulias\EmailValidator\Exception\DotAtStart; use Egulias\EmailValidator\EmailLexer; use Egulias\EmailValidator\EmailValidator; use Egulias\EmailValidator\Exception\ExpectingAT; use Egulias\EmailValidator\Exception\ExpectingATEXT; use Egulias\EmailValidator\Exception\UnclosedQuotedString; use Egulias\EmailValidator\Exception\UnopenedComment; use Egulias\EmailValidator\Warning\CFWSWithFWS;
Posted from SensioLabsInsight
The text was updated successfully, but these errors were encountered:
removing unused imports, fixes egulias#168 and egulias#169
02a6193
8046519
99f64ec
2341bc7
e834eea
No branches or pull requests
in EmailValidator/Parser/LocalPart.php, line 8
Posted from SensioLabsInsight
The text was updated successfully, but these errors were encountered: