1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-21 21:31:13 +01:00

Update default config to not break on FailedTypeResolution

ref #50
This commit is contained in:
Matthew Brown 2017-01-13 17:34:41 -05:00 committed by GitHub
parent 37e8b4adfe
commit 645b245927

View File

@ -15,5 +15,6 @@
<MissingReturnType errorLevel="info" />
<DeprecatedMethod errorLevel="info" />
<PossiblyUndefinedVariable errorLevel="info" />
<FailedTypeResolution errorLevel="info" />
</issueHandlers>
</psalm>