更新代码
This commit is contained in:
13
vendor/egulias/email-validator/EmailValidator/Warning/QuotedString.php
vendored
Normal file
13
vendor/egulias/email-validator/EmailValidator/Warning/QuotedString.php
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace Egulias\EmailValidator\Warning;
|
||||
|
||||
class QuotedString extends Warning
|
||||
{
|
||||
const CODE = 11;
|
||||
|
||||
public function __construct($prevToken, $postToken)
|
||||
{
|
||||
$this->message = "Quoted String found between $prevToken and $postToken";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user