@@ -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 | { |
@@ -112,6 +112,7 @@ |
||
112 | 112 | * |
113 | 113 | * @param string Resource location, e.g. "customer" |
114 | 114 | * @param string Related resource location, e.g. "address" |
115 | + * @param string $related |
|
115 | 116 | * @return \Aimeos\Client\JsonApi\Iface JSON API client |
116 | 117 | */ |
117 | 118 | protected function createClient( $resource, $related ) |