@@ -4,11 +4,11 @@ |
||
4 | 4 | |
5 | 5 | class DomainTooLong extends Warning |
6 | 6 | { |
7 | - const CODE = 255; |
|
7 | + const CODE = 255; |
|
8 | 8 | |
9 | - public function __construct() |
|
10 | - { |
|
11 | - $this->message = 'Domain is too long, exceeds 255 chars'; |
|
12 | - $this->rfcNumber = 5322; |
|
13 | - } |
|
9 | + public function __construct() |
|
10 | + { |
|
11 | + $this->message = 'Domain is too long, exceeds 255 chars'; |
|
12 | + $this->rfcNumber = 5322; |
|
13 | + } |
|
14 | 14 | } |
@@ -4,10 +4,10 @@ |
||
4 | 4 | |
5 | 5 | class DeprecatedComment extends Warning |
6 | 6 | { |
7 | - const CODE = 37; |
|
7 | + const CODE = 37; |
|
8 | 8 | |
9 | - public function __construct() |
|
10 | - { |
|
11 | - $this->message = 'Deprecated comments'; |
|
12 | - } |
|
9 | + public function __construct() |
|
10 | + { |
|
11 | + $this->message = 'Deprecated comments'; |
|
12 | + } |
|
13 | 13 | } |
@@ -4,11 +4,11 @@ |
||
4 | 4 | |
5 | 5 | class IPV6ColonEnd extends Warning |
6 | 6 | { |
7 | - const CODE = 77; |
|
7 | + const CODE = 77; |
|
8 | 8 | |
9 | - public function __construct() |
|
10 | - { |
|
11 | - $this->message = ':: found at the end of the domain literal'; |
|
12 | - $this->rfcNumber = 5322; |
|
13 | - } |
|
9 | + public function __construct() |
|
10 | + { |
|
11 | + $this->message = ':: found at the end of the domain literal'; |
|
12 | + $this->rfcNumber = 5322; |
|
13 | + } |
|
14 | 14 | } |
@@ -4,11 +4,11 @@ |
||
4 | 4 | |
5 | 5 | class IPV6BadChar extends Warning |
6 | 6 | { |
7 | - const CODE = 74; |
|
7 | + const CODE = 74; |
|
8 | 8 | |
9 | - public function __construct() |
|
10 | - { |
|
11 | - $this->message = 'Bad char in IPV6 domain literal'; |
|
12 | - $this->rfcNumber = 5322; |
|
13 | - } |
|
9 | + public function __construct() |
|
10 | + { |
|
11 | + $this->message = 'Bad char in IPV6 domain literal'; |
|
12 | + $this->rfcNumber = 5322; |
|
13 | + } |
|
14 | 14 | } |
@@ -4,10 +4,10 @@ |
||
4 | 4 | |
5 | 5 | class Comment extends Warning |
6 | 6 | { |
7 | - const CODE = 17; |
|
7 | + const CODE = 17; |
|
8 | 8 | |
9 | - public function __construct() |
|
10 | - { |
|
11 | - $this->message = "Comments found in this email"; |
|
12 | - } |
|
9 | + public function __construct() |
|
10 | + { |
|
11 | + $this->message = "Comments found in this email"; |
|
12 | + } |
|
13 | 13 | } |
@@ -4,11 +4,11 @@ |
||
4 | 4 | |
5 | 5 | class IPV6Deprecated extends Warning |
6 | 6 | { |
7 | - const CODE = 13; |
|
7 | + const CODE = 13; |
|
8 | 8 | |
9 | - public function __construct() |
|
10 | - { |
|
11 | - $this->message = 'Deprecated form of IPV6'; |
|
12 | - $this->rfcNumber = 5321; |
|
13 | - } |
|
9 | + public function __construct() |
|
10 | + { |
|
11 | + $this->message = 'Deprecated form of IPV6'; |
|
12 | + $this->rfcNumber = 5321; |
|
13 | + } |
|
14 | 14 | } |
@@ -4,12 +4,12 @@ |
||
4 | 4 | |
5 | 5 | class LocalTooLong extends Warning |
6 | 6 | { |
7 | - const CODE = 64; |
|
8 | - const LOCAL_PART_LENGTH = 64; |
|
7 | + const CODE = 64; |
|
8 | + const LOCAL_PART_LENGTH = 64; |
|
9 | 9 | |
10 | - public function __construct() |
|
11 | - { |
|
12 | - $this->message = 'Local part is too long, exceeds 64 chars (octets)'; |
|
13 | - $this->rfcNumber = 5322; |
|
14 | - } |
|
10 | + public function __construct() |
|
11 | + { |
|
12 | + $this->message = 'Local part is too long, exceeds 64 chars (octets)'; |
|
13 | + $this->rfcNumber = 5322; |
|
14 | + } |
|
15 | 15 | } |
@@ -4,11 +4,11 @@ |
||
4 | 4 | |
5 | 5 | class DomainLiteral extends Warning |
6 | 6 | { |
7 | - const CODE = 70; |
|
7 | + const CODE = 70; |
|
8 | 8 | |
9 | - public function __construct() |
|
10 | - { |
|
11 | - $this->message = 'Domain Literal'; |
|
12 | - $this->rfcNumber = 5322; |
|
13 | - } |
|
9 | + public function __construct() |
|
10 | + { |
|
11 | + $this->message = 'Domain Literal'; |
|
12 | + $this->rfcNumber = 5322; |
|
13 | + } |
|
14 | 14 | } |
@@ -4,11 +4,11 @@ |
||
4 | 4 | |
5 | 5 | class NoDNSMXRecord extends Warning |
6 | 6 | { |
7 | - const CODE = 6; |
|
7 | + const CODE = 6; |
|
8 | 8 | |
9 | - public function __construct() |
|
10 | - { |
|
11 | - $this->message = 'No MX DSN record was found for this email'; |
|
12 | - $this->rfcNumber = 5321; |
|
13 | - } |
|
9 | + public function __construct() |
|
10 | + { |
|
11 | + $this->message = 'No MX DSN record was found for this email'; |
|
12 | + $this->rfcNumber = 5321; |
|
13 | + } |
|
14 | 14 | } |