1
0
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:
Matthew Brown 2016-07-07 19:40:00 -04:00
parent 70a92e006d
commit 855ffbd9c1

View File

@ -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 = [];