Add color output for phan

This commit is contained in:
Clemens Schwaighofer
2026-01-07 13:21:17 +09:00
parent 969aa684d9
commit cfb6f14c09

View File

@@ -56,6 +56,8 @@ return [
// Automatically inferred from composer.json requirement for "php" of ">=8.2"
'target_php_version' => '8.2',
"minimum_target_php_version" => "8.2",
// turn color on (-C)
"color_issue_messages_if_supported" => true,
// If enabled, missing properties will be created when
// they are first seen. If false, we'll report an