Skip to content

Commit 9127a7d

Browse files
committed
Fix lint on PHP 8.5
1 parent e15fb83 commit 9127a7d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,11 @@ lint:
105105
--exclude tests/PHPStan/Rules/Constants/data/final-private-const.php \
106106
--exclude tests/PHPStan/Rules/Properties/data/abstract-final-property-hook-parse-error.php \
107107
--exclude tests/PHPStan/Rules/Playground/data/promote-missing-override.php \
108+
--exclude tests/PHPStan/Rules/Traits/data/trait-attributes.php \
109+
--exclude tests/PHPStan/Rules/Classes/data/non-class-attribute-class.php \
110+
--exclude tests/PHPStan/Rules/Classes/data/enum-cannot-be-attribute.php \
111+
--exclude tests/PHPStan/Rules/Classes/data/class-attributes.php \
112+
--exclude tests/PHPStan/Rules/Classes/data/enum-attributes.php \
108113
src tests
109114

110115
install-paratest:

0 commit comments

Comments
 (0)