Update UnclosedComment.php (#263)

This commit is contained in:
zloKOMAtic
2020-09-19 16:37:41 +02:00
committed by GitHub
parent f46887bc48
commit c7ab280976
+1 -1
View File
@@ -5,5 +5,5 @@ namespace Egulias\EmailValidator\Exception;
class UnclosedComment extends InvalidEmail
{
const CODE = 146;
const REASON = "No colosing comment token found";
const REASON = "No closing comment token found";
}