Completed
Push — master ( b5edf7...6e5860 )
by Aimeos
17:03
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.
Controller/JsonapiController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -105,7 +105,7 @@
 block discarded – undo
105 105
 	 * Returns the resource controller
106 106
 	 *
107 107
 	 * @param string Resource location, e.g. "product"
108
-	 * @return \Aimeos\MShop\Context\Item\Iface Context item
108
+	 * @return \Aimeos\Client\JsonApi\Iface Context item
109 109
 	 */
110 110
 	protected function createClient( $resource )
111 111
 	{
Please login to merge, or discard this patch.