@@ -94,7 +94,7 @@ |
||
94 | 94 | /** |
95 | 95 | * Inject the settings |
96 | 96 | * |
97 | - * @param array $settings |
|
97 | + * @param string[] $settings |
|
98 | 98 | * @return void |
99 | 99 | */ |
100 | 100 | public function injectSettings( array $settings ) |
@@ -166,6 +166,7 @@ |
||
166 | 166 | * @param string $sitecode Unique site code |
167 | 167 | * @param string Resource location, e.g. "product/property/type" |
168 | 168 | * @param string $lang Language code |
169 | + * @param string $resource |
|
169 | 170 | * @return \Aimeos\Admin\JsonAdm\Iface JsonAdm client |
170 | 171 | */ |
171 | 172 | protected function createClient( $sitecode, $resource, $lang ) |
@@ -178,7 +178,7 @@ |
||
178 | 178 | * Returns the resource controller |
179 | 179 | * |
180 | 180 | * @param string $sitecode Unique site code |
181 | - * @return \Aimeos\MShop\Context\Item\Iface Context item |
|
181 | + * @return \Aimeos\Admin\JQAdm\Iface Context item |
|
182 | 182 | */ |
183 | 183 | protected function createClient( $sitecode, $resource ) |
184 | 184 | { |