%PDF- %PDF-
Direktori : /var/www/html/hrsys/api/vendor/egulias/email-validator/EmailValidator/Warning/ |
Current File : /var/www/html/hrsys/api/vendor/egulias/email-validator/EmailValidator/Warning/CFWSNearAt.php |
<?php namespace Egulias\EmailValidator\Warning; class CFWSNearAt extends Warning { const CODE = 49; public function __construct() { $this->message = "Deprecated folding white space near @"; } }