Visibility required (#329)

Visibility MUST be declared on all properties and methods; abstract and final MUST be declared before the visibility; static MUST be declared after the visibility.
This commit is contained in:
Mathias Reker ⚡️
2022-07-13 16:52:42 +02:00
committed by GitHub
parent 1ca313dfcd
commit 18b9e5b572
32 changed files with 89 additions and 89 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ use Egulias\EmailValidator\Result\Reason\NoLocalPart;
class MessageIDParser extends Parser
{
const EMAILID_MAX_LENGTH = 254;
public const EMAILID_MAX_LENGTH = 254;
/**
* @var string