@@ -53,8 +53,7 @@ |
||
| 53 | 53 | * Class MessageInterface |
| 54 | 54 | * @package Platine\Mail |
| 55 | 55 | */ |
| 56 | -interface MessageInterface |
|
| 57 | -{ |
|
| 56 | +interface MessageInterface { |
|
| 58 | 57 | /** |
| 59 | 58 | * Set sender |
| 60 | 59 | * @param string $email |
@@ -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 @@ |
||
| 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 | */ |
@@ -54,8 +54,7 @@ |
||
| 54 | 54 | * Class Mail |
| 55 | 55 | * @package Platine\Mail\Transport |
| 56 | 56 | */ |
| 57 | -class Mail implements TransportInterface |
|
| 58 | -{ |
|
| 57 | +class Mail implements TransportInterface { |
|
| 59 | 58 | /** |
| 60 | 59 | * {@inheritedoc} |
| 61 | 60 | */ |