We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a67417b commit 52ddad6Copy full SHA for 52ddad6
Makefile
@@ -102,6 +102,8 @@ lint:
102
--exclude tests/PHPStan/Rules/Properties/data/set-property-hook-parameter.php \
103
--exclude tests/PHPStan/Rules/Properties/data/overriding-final-property.php \
104
--exclude tests/PHPStan/Rules/Properties/data/private-final-property-hooks.php \
105
+ --exclude tests/PHPStan/Rules/Properties/data/abstract-final-property-hook.php \
106
+ --exclude tests/PHPStan/Rules/Properties/data/final-properties.php \
107
src tests
108
109
cs:
0 commit comments