From 2e99233c9a6c50dacb20e3eac0c4ee6c4bdc8ecf Mon Sep 17 00:00:00 2001 From: Abdul Malik Ikhsan Date: Sat, 13 Sep 2025 17:18:04 +0700 Subject: [PATCH] Clean up PHPStan ignore errors --- phpstan.neon | 9 --------- 1 file changed, 9 deletions(-) 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