From cfb6f14c09db0cf8fedc8b6bdc3398dbf5df4bb6 Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Wed, 7 Jan 2026 13:21:17 +0900 Subject: [PATCH] Add color output for phan --- .phan/config.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.phan/config.php b/.phan/config.php index 49ec09d..dc112e6 100644 --- a/.phan/config.php +++ b/.phan/config.php @@ -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