Editor fixes, code cleanup, bool colors, open dialog
This commit is contained in:
@@ -241,7 +241,7 @@ class TreeList implements Countable, IteratorAggregate
|
||||
'string' => "\e[33m",
|
||||
'integer' => "\e[94m",
|
||||
'double' => "\e[96m",
|
||||
'boolean' => "\e[35m",
|
||||
'boolean' => ($value?"\e[92m":"\e[32m"),
|
||||
'NULL' => "\e[31m",
|
||||
default => "",
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user