@@ -160,7 +160,7 @@ |
||
160 | 160 | * Creates a list of all available translations |
161 | 161 | * |
162 | 162 | * @param \Aimeos\Bootstrap $aimeos Aimeos object |
163 | - * @return array List of language IDs with labels |
|
163 | + * @return string List of language IDs with labels |
|
164 | 164 | */ |
165 | 165 | protected static function getJsonLanguages( \Aimeos\Bootstrap $aimeos ) |
166 | 166 | { |
@@ -143,7 +143,6 @@ |
||
143 | 143 | * Adds the "param" helper to the view object |
144 | 144 | * |
145 | 145 | * @param \Aimeos\MW\View\Iface $view View object |
146 | - * @param array $attributes Associative list of request parameters |
|
147 | 146 | * @return \Aimeos\MW\View\Iface Modified view object |
148 | 147 | */ |
149 | 148 | protected static function addParam( \Aimeos\MW\View\Iface $view, array $params ) |