Completed
Push — master ( a5730c...7f4be2 )
by Aimeos
02:43
created
Controller/ExtadmController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -154,7 +154,7 @@
 block discarded – undo
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
 	{
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
@@ -119,7 +119,7 @@
 block discarded – undo
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
 	{
Please login to merge, or discard this patch.