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 3c4254e commit 7843c34Copy full SHA for 7843c34
Makefile
@@ -105,6 +105,11 @@ lint:
105
--exclude tests/PHPStan/Rules/Constants/data/final-private-const.php \
106
--exclude tests/PHPStan/Rules/Properties/data/abstract-final-property-hook-parse-error.php \
107
--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 \
113
src tests
114
115
install-paratest:
0 commit comments