Completed
Push — master ( 8c1d79...de1ebe )
by Aimeos
15:16
created
Controller/ExtadmController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -145,7 +145,7 @@
 block discarded – undo
145 145
 	 * Creates a list of all available translations.
146 146
 	 *
147 147
 	 * @param \Aimeos\MShop\Context\Item\Iface $context Context object
148
-	 * @return array List of language IDs with labels
148
+	 * @return string List of language IDs with labels
149 149
 	 */
150 150
 	protected function getJsonLanguages( \Aimeos\MShop\Context\Item\Iface $context )
151 151
 	{
Please login to merge, or discard this patch.
Controller/JsonadmController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -149,7 +149,7 @@
 block discarded – undo
149 149
 	 * @param string $site Unique site code
150 150
 	 * @param string Resource location, e.g. "product/stock/wareshouse"
151 151
 	 * @param string $lang Language code
152
-	 * @return \Aimeos\MShop\Context\Item\Iface Context item
152
+	 * @return \Aimeos\Admin\JsonAdm\Iface Context item
153 153
 	 */
154 154
 	protected function createClient( $site, $resource, $lang )
155 155
 	{
Please login to merge, or discard this patch.