@@ -55,7 +55,7 @@ |
||
55 | 55 | return $this->parameters; |
56 | 56 | } |
57 | 57 | |
58 | - /** @return \stdClass|\stdClass[]|null */ |
|
58 | + /** @return string */ |
|
59 | 59 | public function getParameters() |
60 | 60 | { |
61 | 61 | return $this->method; |
@@ -105,7 +105,7 @@ |
||
105 | 105 | } |
106 | 106 | |
107 | 107 | /** |
108 | - * @param $name |
|
108 | + * @param string $name |
|
109 | 109 | * |
110 | 110 | * @return object|null |
111 | 111 | * @throws ServiceNotFoundException |
@@ -20,7 +20,7 @@ |
||
20 | 20 | * @param array $array |
21 | 21 | * @param RpcRequestInterface $request |
22 | 22 | * |
23 | - * @return JsonResponse |
|
23 | + * @return ResponseImpl |
|
24 | 24 | */ |
25 | 25 | public function testAction($noDefault, $default = 'test', array $array, RpcRequestInterface $request) |
26 | 26 | { |