/home/kueuepay/public_html/vendor/egulias/email-validator/src/Warning/Comment.php
<?php

namespace Egulias\EmailValidator\Warning;

class Comment extends Warning
{
    public const CODE = 17;

    public function __construct()
    {
        $this->message = "Comments found in this email";
    }
}
Examples

Examples

For code examples and implementation guides, please refer to the “Examples” section on our developer portal. Go to GitHub Repository