diff --git a/.phan/config.php b/.phan/config.php index e51732a4f..6a85b4604 100644 --- a/.phan/config.php +++ b/.phan/config.php @@ -35,6 +35,7 @@ 'PhanCompatibleStandaloneType', 'PhanCompatibleTrueType', 'PhanInvalidFQSENInCallable', + 'PhanParamSignatureMismatch', 'PhanPartialTypeMismatchArgument', 'PhanPartialTypeMismatchArgumentInternal', 'PhanPartialTypeMismatchReturn', @@ -49,6 +50,7 @@ 'PhanStaticCallToNonStatic', 'PhanTypeExpectedObjectPropAccess', 'PhanTypeInvalidCallableArrayKey', + 'PhanTypeInvalidCallableArraySize', 'PhanTypeMismatchArgument', 'PhanTypeMismatchArgumentProbablyReal', 'PhanTypeMismatchArgumentSuperType',