?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/schtroumpf.fr/vendor/egulias/email-validator/src/Result/Reason/



?? Go up: /home/webdevt/www/schtroumpf.fr/vendor/egulias/email-validator/src/Result

?? Viewing: SpoofEmail.php

<?php

namespace Egulias\EmailValidator\Result\Reason;

class SpoofEmail implements Reason
{
    public function code() : int
    {
        return 298;
    }

    public function description() : string
    {
        return 'The email contains mixed UTF8 chars that makes it suspicious'; 
    }

}


??

??