From d622f002037881c82c783f7b20ccb6a97a1cabfd Mon Sep 17 00:00:00 2001 From: William Turrell Date: Tue, 14 Nov 2023 14:37:29 +0000 Subject: [PATCH] Add a missing class property for PHP 8.2 compatibility --- lessc.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lessc.inc.php b/lessc.inc.php index 431614d0..3f67b8e9 100644 --- a/lessc.inc.php +++ b/lessc.inc.php @@ -3786,6 +3786,7 @@ protected function removeComments($text) { class lessc_formatter_classic { public $indentChar = " "; + public int $indentLevel; public $break = "\n"; public $open = " {";