CI: Mark UndefinedDocblockClass and InternalMethod as Psalm info

pull/4312/head
Angel Fernando Quiroz Campos 3 years ago
parent cfa05200da
commit 6a8f529b10
  1. 3
      psalm.xml

@ -200,6 +200,8 @@
<LessSpecificReturnType errorLevel="info"/>
<UndefinedDocblockClass errorLevel="info"/>
<!-- level 3 issues - slightly lazy code writing, but provably low false-negatives -->
<DeprecatedClass errorLevel="info"/>
@ -270,6 +272,7 @@
<ForbiddenCode errorLevel="info"/>
<ImplicitToStringCast errorLevel="info"/>
<InternalMethod errorLevel="info"/>
<InvalidScalarArgument errorLevel="info"/>
<InvalidToString errorLevel="info"/>
<InvalidOperand errorLevel="info"/>

Loading…
Cancel
Save