@@ -21,7 +21,7 @@ |
||
21 | 21 | * @param array $array |
22 | 22 | * @param RpcRequestInterface $request |
23 | 23 | * |
24 | - * @return JsonResponse |
|
24 | + * @return Response |
|
25 | 25 | */ |
26 | 26 | public function testAction($noDefault, $default = 'test', array $array, RpcRequestInterface $request) |
27 | 27 | { |
@@ -47,7 +47,7 @@ |
||
47 | 47 | $client->request( |
48 | 48 | 'POST', |
49 | 49 | '/test/', |
50 | - array_replace(['method' => 'test/method',], $args) |
|
50 | + array_replace(['method' => 'test/method', ], $args) |
|
51 | 51 | ); |
52 | 52 | } catch (InvalidMethodParametersException $e) { |
53 | 53 | if ($valid) { |