Passed
Push — develop ( d77f85...75a5af )
by nguereza
02:25
created
src/Transport/File.php 1 patch
Braces   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -55,8 +55,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
         }
Please login to merge, or discard this patch.