We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cf3684 commit 3524bc5Copy full SHA for 3524bc5
Makefile
@@ -112,6 +112,11 @@ lint:
112
--exclude tests/PHPStan/Rules/Classes/data/enum-attributes.php \
113
--exclude tests/PHPStan/Rules/Cast/data/void-cast.php \
114
--exclude tests/PHPStan/Rules/Properties/data/property-hook-attributes-nodiscard.php \
115
+ --exclude tests/PHPStan/Rules/Functions/data/arrow-function-typehints-nodiscard.php \
116
+ --exclude tests/PHPStan/Rules/Functions/data/closure-typehints-nodiscard.php \
117
+ --exclude tests/PHPStan/Rules/Functions/data/typehints-nodiscard.php \
118
+ --exclude tests/PHPStan/Rules/Methods/data/typehints-nodiscard.php \
119
+ --exclude tests/PHPStan/Rules/Properties/data/property-hooks-nodiscard.php \
120
src tests
121
122
install-paratest:
0 commit comments