D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
dateitor
/
public_html
/
vendor
/
egulias
/
email-validator
/
src
/
Result
/
Reason
/
Filename :
ConsecutiveAt.php
back
Copy
<?php namespace Egulias\EmailValidator\Result\Reason; class ConsecutiveAt implements Reason { public function code() : int { return 128; } public function description() : string { return '@ found after another @'; } }