@@ -145,7 +145,7 @@ |
||
145 | 145 | * Creates a list of all available translations. |
146 | 146 | * |
147 | 147 | * @param \Aimeos\MShop\Context\Item\Iface $context Context object |
148 | - * @return array List of language IDs with labels |
|
148 | + * @return string List of language IDs with labels |
|
149 | 149 | */ |
150 | 150 | protected function getJsonLanguages( \Aimeos\MShop\Context\Item\Iface $context ) |
151 | 151 | { |
@@ -149,7 +149,7 @@ |
||
149 | 149 | * @param string $site Unique site code |
150 | 150 | * @param string Resource location, e.g. "product/stock/wareshouse" |
151 | 151 | * @param string $lang Language code |
152 | - * @return \Aimeos\MShop\Context\Item\Iface Context item |
|
152 | + * @return \Aimeos\Admin\JsonAdm\Iface Context item |
|
153 | 153 | */ |
154 | 154 | protected function createClient( $site, $resource, $lang ) |
155 | 155 | { |