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 8b85e62 commit 59589cbCopy full SHA for 59589cb
Makefile
@@ -118,6 +118,9 @@ lint:
118
--exclude tests/PHPStan/Rules/Methods/data/typehints-nodiscard.php \
119
--exclude tests/PHPStan/Rules/Cast/data/deprecated-cast.php \
120
--exclude tests/PHPStan/Rules/Classes/data/deprecated-attr-on-class.php \
121
+ --exclude tests/PHPStan/Rules/Properties/data/property-override-attr-missing.php \
122
+ --exclude tests/PHPStan/Rules/Properties/data/override-attr-on-property.php \
123
+ --exclude tests/PHPStan/Rules/Properties/data/property-override-attr.php \
124
src tests
125
126
install-paratest:
0 commit comments