From 9127a7de39cc503345ea228bcbc72ef72730deeb Mon Sep 17 00:00:00 2001 From: Markus Staab Date: Tue, 26 Aug 2025 09:07:42 +0200 Subject: [PATCH] Fix lint on PHP 8.5 --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index da87ae01aa..819c587d76 100644 --- a/Makefile +++ b/Makefile @@ -105,6 +105,11 @@ lint: --exclude tests/PHPStan/Rules/Constants/data/final-private-const.php \ --exclude tests/PHPStan/Rules/Properties/data/abstract-final-property-hook-parse-error.php \ --exclude tests/PHPStan/Rules/Playground/data/promote-missing-override.php \ + --exclude tests/PHPStan/Rules/Traits/data/trait-attributes.php \ + --exclude tests/PHPStan/Rules/Classes/data/non-class-attribute-class.php \ + --exclude tests/PHPStan/Rules/Classes/data/enum-cannot-be-attribute.php \ + --exclude tests/PHPStan/Rules/Classes/data/class-attributes.php \ + --exclude tests/PHPStan/Rules/Classes/data/enum-attributes.php \ src tests install-paratest: