@@ -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 |
@@ -23,10 +23,10 @@ |
||
| 23 | 23 | $this->setName('debug:rpc_router'); |
| 24 | 24 | $this->setDescription('Display essential info about RPC routing'); |
| 25 | 25 | $this->addOption('endpoint', |
| 26 | - 'p', |
|
| 27 | - InputOption::VALUE_OPTIONAL | InputOption::VALUE_IS_ARRAY, |
|
| 28 | - 'Filter endpoint', |
|
| 29 | - null); |
|
| 26 | + 'p', |
|
| 27 | + InputOption::VALUE_OPTIONAL | InputOption::VALUE_IS_ARRAY, |
|
| 28 | + 'Filter endpoint', |
|
| 29 | + null); |
|
| 30 | 30 | } |
| 31 | 31 | |
| 32 | 32 | protected function execute(InputInterface $input, OutputInterface $output) |
@@ -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 | { |