1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-30 04:39:00 +01:00

Add MissingReturnType

This commit is contained in:
Matthew Brown 2016-11-21 23:39:47 -05:00 committed by GitHub
parent 0cf3787b7f
commit 032f54ecdb

View File

@ -19,8 +19,8 @@
<MixedInferredReturnType errorLevel="suppress" />
<InvalidDocblock errorLevel="info" />
<MissingReturnType errorLevel="info" />
<DeprecatedMethod errorLevel="info" />
<PossiblyUndefinedVariable errorLevel="info">
<PossiblyUndefinedVariable errorLevel="info" />
</issueHandler>
</psalm>