@@ -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 | } |
@@ -50,7 +50,7 @@ |
||
| 50 | 50 | * Creates a new context item. |
| 51 | 51 | * |
| 52 | 52 | * @param string $site Unique site code |
| 53 | - * @return \\Aimeos\MShop\Context\Item\Iface Context object |
|
| 53 | + * @return Aimeos\MShop\Context\Item\Standard Context object |
|
| 54 | 54 | */ |
| 55 | 55 | private static function createContext( $site ) |
| 56 | 56 | { |