function Comment::__construct
Same name in this branch
- 11.1.x vendor/egulias/email-validator/src/Warning/Comment.php \Egulias\EmailValidator\Warning\Comment::__construct()
- 11.1.x vendor/nikic/php-parser/lib/PhpParser/Comment.php \PhpParser\Comment::__construct()
- 11.1.x vendor/slevomat/coding-standard/SlevomatCodingStandard/Helpers/Comment.php \SlevomatCodingStandard\Helpers\Comment::__construct()
Overrides PartParser::__construct
File
-
vendor/
egulias/ email-validator/ src/ Parser/ Comment.php, line 26
Class
Namespace
Egulias\EmailValidator\ParserCode
public function __construct(EmailLexer $lexer, CommentStrategy $commentStrategy) {
$this->lexer = $lexer;
$this->commentStrategy = $commentStrategy;
}