1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-29 20:28:59 +01:00

Update docs with better introductory config

This commit is contained in:
Matthew Brown 2017-01-16 01:27:06 -05:00
parent 2e2f2f4ffb
commit c702ebe13c

View File

@ -11,6 +11,7 @@
<issueHandlers>
<InvalidDocblock errorLevel="info" />
<MissingClosurePropertyType errorLevel="suppress" />
<MissingPropertyType errorLevel="info" />
<MissingReturnType errorLevel="info" />
<DeprecatedMethod errorLevel="info" />