Skip to content

Commit 52ddad6

Browse files
committed
lint
1 parent a67417b commit 52ddad6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ lint:
102102
--exclude tests/PHPStan/Rules/Properties/data/set-property-hook-parameter.php \
103103
--exclude tests/PHPStan/Rules/Properties/data/overriding-final-property.php \
104104
--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 \
105107
src tests
106108

107109
cs:

0 commit comments

Comments
 (0)