mirror of
https://github.com/danog/psalm.git
synced 2025-01-21 21:31:13 +01:00
Suppress mixed method call issues by default
This commit is contained in:
parent
70a92e006d
commit
855ffbd9c1
@ -48,7 +48,7 @@ class Config
|
||||
|
||||
protected $issue_handlers = [];
|
||||
|
||||
protected $custom_error_levels = ['InvalidDocblock' => self::REPORT_INFO];
|
||||
protected $custom_error_levels = ['InvalidDocblock' => self::REPORT_INFO, 'MixedMethodCall' => self::REPORT_SUPPRESS];
|
||||
|
||||
protected $mock_classes = [];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user