BossBey File Manager
PHP:
8.2.30
OS:
Linux
User:
imagivibe
Root
/
home
/
imagivibe
/
public_html
/
app.imagivibe.com
/
vendor
/
egulias
/
email-validator
/
src
/
Warning
📤 Upload
📝 New File
📁 New Folder
Close
Editing: IPV6ColonEnd.php
<?php namespace Egulias\EmailValidator\Warning; class IPV6ColonEnd extends Warning { public const CODE = 77; public function __construct() { $this->message = ':: found at the end of the domain literal'; $this->rfcNumber = 5322; } }
Save
Cancel