@@ -214,8 +214,8 @@ |
||
| 214 | 214 | } elseif (\is_string($key) && \is_int($indexId)) { |
| 215 | 215 | // Table based single return value |
| 216 | 216 | $tabledIndexIds[] = [ |
| 217 | - 'table' => $key, |
|
| 218 | - 'indexIds' => [$indexId], |
|
| 217 | + 'table' => $key, |
|
| 218 | + 'indexIds' => [$indexId], |
|
| 219 | 219 | ]; |
| 220 | 220 | } |
| 221 | 221 | } |
@@ -18,9 +18,9 @@ |
||
| 18 | 18 | */ |
| 19 | 19 | protected $title = ''; |
| 20 | 20 | |
| 21 | - /** |
|
| 22 | - * @var OutputInterface |
|
| 23 | - */ |
|
| 21 | + /** |
|
| 22 | + * @var OutputInterface |
|
| 23 | + */ |
|
| 24 | 24 | protected $output; |
| 25 | 25 | |
| 26 | 26 | public function setOutput(OutputInterface $output): void |