Comment.php
Same filename in this branch
- 11.1.x vendor/egulias/email-validator/src/Parser/Comment.php
- 11.1.x vendor/nikic/php-parser/lib/PhpParser/Comment.php
- 11.1.x vendor/slevomat/coding-standard/SlevomatCodingStandard/Helpers/Comment.php
- 11.1.x vendor/squizlabs/php_codesniffer/src/Tokenizers/Comment.php
- 11.1.x vendor/mck89/peast/lib/Peast/Syntax/Node/Comment.php
- 11.1.x core/modules/comment/src/Plugin/migrate/source/d6/Comment.php
- 11.1.x core/modules/comment/src/Plugin/migrate/source/d7/Comment.php
- 11.1.x core/modules/comment/src/Plugin/views/wizard/Comment.php
- 11.1.x core/modules/comment/src/Entity/Comment.php
Namespace
Egulias\EmailValidator\WarningFile
-
vendor/
egulias/ email-validator/ src/ Warning/ Comment.php
View source
<?php
namespace Egulias\EmailValidator\Warning;
class Comment extends Warning {
public const CODE = 17;
public function __construct() {
$this->message = "Comments found in this email";
}
}
Classes
Title | Deprecated | Summary |
---|---|---|
Comment |