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

Add SOLID violation to level 6 default

This commit is contained in:
Matthew Brown 2018-03-16 21:47:30 -04:00
parent f806e16c10
commit bf45ef04ea

View File

@ -77,6 +77,9 @@
<InvalidNullableReturnType errorLevel="info" />
<ImplementedReturnTypeMismatch errorLevel="info" />
<MoreSpecificImplementedParamType errorLevel="info" />
<MoreSpecificImplementedReturnType errorLevel="info" />
<InvalidReturnStatement errorLevel="info" />
<InvalidReturnType errorLevel="info" />
<UndefinedThisPropertyAssignment errorLevel="info" />