Completed
Push — master ( cc1295...fbd02f )
by Aimeos
02:49
created
src/Aimeos/Shop/Controller/ExtadmController.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -161,7 +161,7 @@  discard block
 block discarded – undo
161 161
 	 * Creates a list of all available translations.
162 162
 	 *
163 163
 	 * @param \Aimeos\MShop\Context\Item\Iface $context Context object
164
-	 * @return array List of language IDs with labels
164
+	 * @return string List of language IDs with labels
165 165
 	 */
166 166
 	protected function getJsonLanguages( \Aimeos\MShop\Context\Item\Iface $context )
167 167
 	{
@@ -237,7 +237,6 @@  discard block
 block discarded – undo
237 237
 	 *
238 238
 	 * @param \Aimeos\MShop\Context\Item\Iface $context Context object
239 239
 	 * @param string $sitecode Unique site code
240
-	 * @param string $locale ISO language code, e.g. "en" or "en_GB"
241 240
 	 * @return \Aimeos\MShop\Context\Item\Iface Modified context object
242 241
 	 */
243 242
 	protected function setLocale( \Aimeos\MShop\Context\Item\Iface $context, $sitecode = 'default' )
Please login to merge, or discard this patch.