From b4a0021147efed36209835429aa95e5a79ce2cb3 Mon Sep 17 00:00:00 2001 From: ddevsr Date: Tue, 20 Dec 2022 11:02:45 +0700 Subject: [PATCH] fix: phpstan not defined in CLI --- system/CLI/CLI.php | 1 + 1 file changed, 1 insertion(+) diff --git a/system/CLI/CLI.php b/system/CLI/CLI.php index c2d2024acf36..ff1d32995a0b 100644 --- a/system/CLI/CLI.php +++ b/system/CLI/CLI.php @@ -965,6 +965,7 @@ public static function table(array $tbody, array $thead = []) } $table = ''; + $cols = ''; // Joins columns and append the well formatted rows to the table for ($row = 0; $row < $totalRows; $row++) {