@@ -88,7 +88,7 @@ discard block |
||
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 |
||
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 | { |
@@ -172,7 +172,7 @@ |
||
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 | { |