comparison vendor/egulias/email-validator/EmailValidator/Warning/DeprecatedComment.php @ 18:af1871eacc83

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:33:08 +0100
parents
children
comparison
equal deleted inserted replaced
17:129ea1e6d783 18:af1871eacc83
1 <?php
2
3 namespace Egulias\EmailValidator\Warning;
4
5 class DeprecatedComment extends Warning
6 {
7 const CODE = 37;
8
9 public function __construct()
10 {
11 $this->message = 'Deprecated comments';
12 }
13 }