We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b007722 commit 67e99e4Copy full SHA for 67e99e4
Makefile
@@ -118,6 +118,7 @@ lint:
118
--exclude tests/PHPStan/Rules/Properties/data/property-hook-attributes-nodiscard.php \
119
--exclude tests/PHPStan/Rules/Functions/data/arrow-function-typehints-nodiscard.php \
120
--exclude tests/PHPStan/Rules/Functions/data/closure-typehints-nodiscard.php \
121
+ --exclude tests/PHPStan/Reflection/data/ClassWithConstants.php \
122
--exclude tests/PHPStan/Rules/Functions/data/typehints-nodiscard.php \
123
--exclude tests/PHPStan/Rules/Methods/data/typehints-nodiscard.php \
124
--exclude tests/PHPStan/Rules/Cast/data/deprecated-cast.php \
0 commit comments