We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33eb309 commit c9ac61cCopy full SHA for c9ac61c
1 file changed
Makefile
@@ -126,6 +126,8 @@ lint:
126
--exclude tests/PHPStan/Rules/Properties/data/property-override-attr-missing.php \
127
--exclude tests/PHPStan/Rules/Properties/data/override-attr-on-property.php \
128
--exclude tests/PHPStan/Rules/Properties/data/property-override-attr.php \
129
+ --exclude tests/PHPStan/Rules/Classes/data/bug-14250.php \
130
+ --exclude tests/PHPStan/Rules/Classes/data/bug-14250-promoted-properties.php \
131
--exclude tests/PHPStan/Rules/Operators/data/bug-3585.php \
132
src tests
133
0 commit comments