관리-도구
편집 파일: CFWSNearAt.php
<?php namespace Egulias\EmailValidator\Warning; class CFWSNearAt extends Warning { const CODE = 49; public function __construct() { $this->message = "Deprecated folding white space near @"; } }