diff --git a/phpstan.neon b/phpstan.neon index c1858e07..36ae3df3 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -46,18 +46,9 @@ parameters: - identifier: argument.type - # phpstan instanceof - - - identifier: phpstanApi.instanceofAssumption - - - - identifier: phpstanApi.varTagAssumption - - identifier: assign.propertyType - - '#::provideMinPhpVersion\(\) never returns \d+ so it can be removed from the return type#' - - message: '#Cannot call method getName\(\) on PHPStan\\Reflection\\ClassReflection\|null#' path: rules/CodeQuality/Reflection/MethodParametersAndReturnTypesResolver.php