Skip to content

Commit b4a0021

Browse files
committed
fix: phpstan not defined in CLI
1 parent 0b24532 commit b4a0021

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)