We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b65b98 commit c19c4c4Copy full SHA for c19c4c4
src/BaseCommand.php
@@ -35,7 +35,7 @@ public function autocomplete($dialog, array $list, $default = null) {
35
* @internal param string $style
36
* @return void
37
*/
38
- public function table(array $headers, $rows, $style = 'default') {
+ public function table(array $headers, array $rows, $style = 'default') {
39
$table = $this->getHelperSet()->get('table');
40
$table->setHeaders($headers);
41
$table->setRows($rows);
0 commit comments