Skip to content

Commit

Permalink
Ignore issues with high false positive rates with Nova 5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
kberzinch committed Dec 21, 2024
1 parent 2277f13 commit b02c35c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .phan/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
'PhanCompatibleStandaloneType',
'PhanCompatibleTrueType',
'PhanInvalidFQSENInCallable',
'PhanParamSignatureMismatch',
'PhanPartialTypeMismatchArgument',
'PhanPartialTypeMismatchArgumentInternal',
'PhanPartialTypeMismatchReturn',
Expand All @@ -49,6 +50,7 @@
'PhanStaticCallToNonStatic',
'PhanTypeExpectedObjectPropAccess',
'PhanTypeInvalidCallableArrayKey',
'PhanTypeInvalidCallableArraySize',
'PhanTypeMismatchArgument',
'PhanTypeMismatchArgumentProbablyReal',
'PhanTypeMismatchArgumentSuperType',
Expand Down

0 comments on commit b02c35c

Please sign in to comment.