Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
peripherad
/
vendor
/
egulias
/
email-validator
/
src
/
Result
/
Reason
:
DomainHyphened.php
Advanced Search
Upload
New Item
Settings
-- Select Mode --
-- Select Theme --
-- Select Font Size --
Back
Back Up
Normal Editor
Save
<?php namespace Egulias\EmailValidator\Result\Reason; class DomainHyphened extends DetailedReason { public function code() : int { return 144; } public function description() : string { return 'S_HYPHEN found in domain'; } }