Set color flag for phan in config

This commit is contained in:
2026-01-13 18:37:06 +09:00
parent 532c66ac27
commit ade724b3bb

View File

@@ -26,6 +26,8 @@
// use Phan\Config; // use Phan\Config;
return [ return [
// turn color on (-C)
"color_issue_messages_if_supported" => true,
// If true, missing properties will be created when // If true, missing properties will be created when
// they are first seen. If false, we'll report an // they are first seen. If false, we'll report an
// error message. // error message.