Skip to content

Commit 67e99e4

Browse files
committed
fix lint: exclude ClassWithConstants fixture
1 parent b007722 commit 67e99e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ lint:
118118
--exclude tests/PHPStan/Rules/Properties/data/property-hook-attributes-nodiscard.php \
119119
--exclude tests/PHPStan/Rules/Functions/data/arrow-function-typehints-nodiscard.php \
120120
--exclude tests/PHPStan/Rules/Functions/data/closure-typehints-nodiscard.php \
121+
--exclude tests/PHPStan/Reflection/data/ClassWithConstants.php \
121122
--exclude tests/PHPStan/Rules/Functions/data/typehints-nodiscard.php \
122123
--exclude tests/PHPStan/Rules/Methods/data/typehints-nodiscard.php \
123124
--exclude tests/PHPStan/Rules/Cast/data/deprecated-cast.php \

0 commit comments

Comments
 (0)