@@ -54,8 +54,7 @@ |
||
54 | 54 | * @class NullTransport |
55 | 55 | * @package Platine\Mail\Transport |
56 | 56 | */ |
57 | -class NullTransport implements TransportInterface |
|
58 | -{ |
|
57 | +class NullTransport implements TransportInterface { |
|
59 | 58 | /** |
60 | 59 | * {@inheritedoc} |
61 | 60 | */ |
@@ -57,8 +57,7 @@ |
||
57 | 57 | * @class SMTP |
58 | 58 | * @package Platine\Mail\Transport |
59 | 59 | */ |
60 | -class SMTP implements TransportInterface |
|
61 | -{ |
|
60 | +class SMTP implements TransportInterface { |
|
62 | 61 | /** |
63 | 62 | * End of line char |
64 | 63 | */ |
@@ -54,8 +54,7 @@ |
||
54 | 54 | * @class TransportInterface |
55 | 55 | * @package Platine\Mail\Transport |
56 | 56 | */ |
57 | -interface TransportInterface |
|
58 | -{ |
|
57 | +interface TransportInterface { |
|
59 | 58 | /** |
60 | 59 | * Send the message |
61 | 60 | * @return bool |
@@ -54,8 +54,7 @@ discard block |
||
54 | 54 | * @class Message |
55 | 55 | * @package Platine\Mail |
56 | 56 | */ |
57 | -class Message implements MessageInterface |
|
58 | -{ |
|
57 | +class Message implements MessageInterface { |
|
59 | 58 | /** |
60 | 59 | * End of line char |
61 | 60 | */ |
@@ -136,8 +135,7 @@ discard block |
||
136 | 135 | /** |
137 | 136 | * Create new instance |
138 | 137 | */ |
139 | - public function __construct() |
|
140 | - { |
|
138 | + public function __construct() { |
|
141 | 139 | $this->reset(); |
142 | 140 | } |
143 | 141 |