Skip to content
New issue

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

[Insight] Unused use statement should be avoided - in EmailValidator/Parser/LocalPart.php, line 8 #168

Closed
Saibamen opened this issue Apr 11, 2018 · 0 comments

Comments

@Saibamen
Copy link

in EmailValidator/Parser/LocalPart.php, line 8

The class Egulias\EmailValidator\EmailValidator is declared but never used. You should remove the use statement.

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

SignpostMarv added a commit to SignpostMarv/EmailValidator that referenced this issue Jan 19, 2019
SignpostMarv added a commit to SignpostMarv/EmailValidator that referenced this issue Sep 1, 2019
SignpostMarv added a commit to SignpostMarv/EmailValidator that referenced this issue Dec 30, 2019
SignpostMarv added a commit to SignpostMarv/EmailValidator that referenced this issue Jan 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants