@@ -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 | /** |
| 61 | 60 | * Send the message |
@@ -54,8 +54,7 @@ |
||
| 54 | 54 | * Class File |
| 55 | 55 | * @package Platine\Mail\Transport |
| 56 | 56 | */ |
| 57 | -class File implements TransportInterface |
|
| 58 | -{ |
|
| 57 | +class File implements TransportInterface { |
|
| 59 | 58 | |
| 60 | 59 | /** |
| 61 | 60 | * {@inheritedoc} |
@@ -54,8 +54,7 @@ |
||
| 54 | 54 | * Class Sendmail |
| 55 | 55 | * @package Platine\Mail\Transport |
| 56 | 56 | */ |
| 57 | -class Sendmail implements TransportInterface |
|
| 58 | -{ |
|
| 57 | +class Sendmail implements TransportInterface { |
|
| 59 | 58 | |
| 60 | 59 | /** |
| 61 | 60 | * {@inheritedoc} |
@@ -52,8 +52,7 @@ |
||
| 52 | 52 | * Class Message |
| 53 | 53 | * @package Platine\Mail |
| 54 | 54 | */ |
| 55 | -class Message implements MessageInterface |
|
| 56 | -{ |
|
| 55 | +class Message implements MessageInterface { |
|
| 57 | 56 | |
| 58 | 57 | |
| 59 | 58 | } |