Initial Drupal 11 with DDEV setup
This commit is contained in:
		
							
								
								
									
										13
									
								
								vendor/egulias/email-validator/src/Warning/Comment.php
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								vendor/egulias/email-validator/src/Warning/Comment.php
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@ -0,0 +1,13 @@
 | 
			
		||||
<?php
 | 
			
		||||
 | 
			
		||||
namespace Egulias\EmailValidator\Warning;
 | 
			
		||||
 | 
			
		||||
class Comment extends Warning
 | 
			
		||||
{
 | 
			
		||||
    public const CODE = 17;
 | 
			
		||||
 | 
			
		||||
    public function __construct()
 | 
			
		||||
    {
 | 
			
		||||
        $this->message = "Comments found in this email";
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user