@@ -115,8 +115,7 @@ |
||
| 115 | 115 | $value->getClientOriginalName(), |
| 116 | 116 | $value->getClientMimeType() |
| 117 | 117 | ); |
| 118 | - } |
|
| 119 | - elseif( is_array( $value ) ) |
|
| 118 | + } elseif( is_array( $value ) ) |
|
| 120 | 119 | { |
| 121 | 120 | $list[$key] = $this->getFiles( $value ); |
| 122 | 121 | } |
@@ -42,6 +42,6 @@ |
||
| 42 | 42 | */ |
| 43 | 43 | public function get( string $name ) : \Aimeos\Base\Mail\Iface |
| 44 | 44 | { |
| 45 | - return new \Aimeos\Base\Mail\Symfony( $this->closure ); |
|
| 45 | + return new \Aimeos\Base\Mail\Symfony( $this->closure ); |
|
| 46 | 46 | } |
| 47 | 47 | } |