Completed
Push — master ( 3b07c4...73aadc )
by Aimeos
03:01
created
Controller/ExtadmController.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -88,7 +88,7 @@  discard block
 block discarded – undo
88 88
 	/**
89 89
 	 * Single entry point for all JSON admin requests.
90 90
 	 *
91
-	 * @param Symfony\Component\HttpFoundation\Request $request Symfony request object
91
+	 * @param Request $request Symfony request object
92 92
 	 * @return \Symfony\Component\HttpFoundation\Response 2.0 RPC message response
93 93
 	 */
94 94
 	public function doAction( Request $request )
@@ -149,7 +149,7 @@  discard block
 block discarded – undo
149 149
 	 * Creates a list of all available translations.
150 150
 	 *
151 151
 	 * @param \Aimeos\MShop\Context\Item\Iface $context Context object
152
-	 * @return array List of language IDs with labels
152
+	 * @return string List of language IDs with labels
153 153
 	 */
154 154
 	protected function getJsonLanguages( \Aimeos\MShop\Context\Item\Iface $context )
155 155
 	{
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
@@ -172,7 +172,7 @@
 block discarded – undo
172 172
 	 * @param string $content Body of the HTTP response
173 173
 	 * @param integer $status HTTP status
174 174
 	 * @param array $header List of HTTP headers
175
-	 * @return \Illuminate\Http\Response HTTP response object
175
+	 * @return Response HTTP response object
176 176
 	 */
177 177
 	protected function createResponse( $content, $status, array $header )
178 178
 	{
Please login to merge, or discard this patch.