DeprecatedComment.php
Namespace
Egulias\EmailValidator\WarningFile
-
vendor/
egulias/ email-validator/ src/ Warning/ DeprecatedComment.php
View source
<?php
namespace Egulias\EmailValidator\Warning;
class DeprecatedComment extends Warning {
public const CODE = 37;
public function __construct() {
$this->message = 'Deprecated comments';
}
}
Classes
Title | Deprecated | Summary |
---|---|---|
DeprecatedComment |