Skip to content

Commit 66e0061

Browse files
authored
Merge pull request #6994 from ddevsr/fix-phpstan-cols-cli
fix: `PHPStan` $cols not defined in `CLI`
2 parents 86373c7 + b4a0021 commit 66e0061

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

system/CLI/CLI.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -965,6 +965,7 @@ public static function table(array $tbody, array $thead = [])
965965
}
966966

967967
$table = '';
968+
$cols = '';
968969

969970
// Joins columns and append the well formatted rows to the table
970971
for ($row = 0; $row < $totalRows; $row++) {

0 commit comments

Comments
 (0)