Skip to content

Commit

Permalink
Add MissingPropertyType to default exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
muglug committed Dec 4, 2016
1 parent 983c6fd commit 48ba91a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/psalm.default.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<MixedInferredReturnType errorLevel="suppress" />

<InvalidDocblock errorLevel="info" />
<MissingPropertyType errorLevel="info" />
<MissingReturnType errorLevel="info" />
<DeprecatedMethod errorLevel="info" />
<PossiblyUndefinedVariable errorLevel="info" />
Expand Down

0 comments on commit 48ba91a

Please sign in to comment.