Skip to content

Commit

Permalink
Removed class comment
Browse files Browse the repository at this point in the history
  • Loading branch information
egulias committed Jul 6, 2014
1 parent e0691bc commit bb530a1
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/Egulias/EmailValidator/Parser/LocalPart.php
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
<?php


namespace Egulias\EmailValidator\Parser;

use Egulias\EmailValidator\EmailLexer;
use Egulias\EmailValidator\Parser\Parser;
use Egulias\EmailValidator\EmailValidator;

/**
* Class LocalPartParser
* @author Eduardo Gulias Davis <eduardo.gulias@bodaclick.com>
@copyright 2014 Bodaclick */

class LocalPart extends Parser
{
public function parse($localPart)
Expand Down Expand Up @@ -57,4 +53,4 @@ public function parse($localPart)
$this->warnings[] = EmailValidator::RFC5322_LOCAL_TOOLONG;
}
}
}
}

0 comments on commit bb530a1

Please sign in to comment.