@@ -154,7 +154,7 @@ |
||
154 | 154 | /** |
155 | 155 | * Creates a list of all available translations. |
156 | 156 | * |
157 | - * @return array List of language IDs with labels |
|
157 | + * @return string List of language IDs with labels |
|
158 | 158 | */ |
159 | 159 | protected function getJsonLanguages() |
160 | 160 | { |
@@ -119,7 +119,7 @@ |
||
119 | 119 | * @param string $site Unique site code |
120 | 120 | * @param string Resource location, e.g. "product/property/type" |
121 | 121 | * @param string $lang Language code |
122 | - * @return \Aimeos\MShop\Context\Item\Iface Context item |
|
122 | + * @return \Aimeos\Admin\JsonAdm\Iface Context item |
|
123 | 123 | */ |
124 | 124 | protected function createClient( $site, $resource, $lang ) |
125 | 125 | { |
@@ -105,7 +105,7 @@ |
||
105 | 105 | * Returns the resource controller |
106 | 106 | * |
107 | 107 | * @param string Resource location, e.g. "product" |
108 | - * @return \Aimeos\MShop\Context\Item\Iface Context item |
|
108 | + * @return \Aimeos\Client\JsonApi\Iface Context item |
|
109 | 109 | */ |
110 | 110 | protected function createClient( $resource ) |
111 | 111 | { |