Set color flag for phan in config
This commit is contained in:
@@ -26,6 +26,8 @@
|
||||
// use Phan\Config;
|
||||
|
||||
return [
|
||||
// turn color on (-C)
|
||||
"color_issue_messages_if_supported" => true,
|
||||
// If true, missing properties will be created when
|
||||
// they are first seen. If false, we'll report an
|
||||
// error message.
|
||||
|
||||
Reference in New Issue
Block a user