@@ -49,7 +49,7 @@ |
||
| 49 | 49 | /** |
| 50 | 50 | * @param string $name |
| 51 | 51 | * @param string $internalType |
| 52 | - * @param mixed $subject |
|
| 52 | + * @param string $subject |
|
| 53 | 53 | */ |
| 54 | 54 | public static function argumentType($name, $internalType, $subject) |
| 55 | 55 | { |
@@ -9,6 +9,7 @@ |
||
| 9 | 9 | /** |
| 10 | 10 | * @param OutputInterface $output |
| 11 | 11 | * @param array $rows headers are expected to be the keys of the first row. |
| 12 | + * @return void |
|
| 12 | 13 | */ |
| 13 | 14 | public function render(OutputInterface $output, array $rows); |
| 14 | 15 | } |