@@ -55,8 +55,7 @@ discard block |
||
55 | 55 | * Class File |
56 | 56 | * @package Platine\Mail\Transport |
57 | 57 | */ |
58 | -class File implements TransportInterface |
|
59 | -{ |
|
58 | +class File implements TransportInterface { |
|
60 | 59 | |
61 | 60 | /** |
62 | 61 | * |
@@ -68,8 +67,7 @@ discard block |
||
68 | 67 | * Create new instance |
69 | 68 | * @param string|null $path |
70 | 69 | */ |
71 | - public function __construct(?string $path = null) |
|
72 | - { |
|
70 | + public function __construct(?string $path = null) { |
|
73 | 71 | if ($path === null) { |
74 | 72 | $path = sys_get_temp_dir(); |
75 | 73 | } |