Skip to content

Commit 59589cb

Browse files
committed
Fix build
1 parent 8b85e62 commit 59589cb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,9 @@ lint:
118118
--exclude tests/PHPStan/Rules/Methods/data/typehints-nodiscard.php \
119119
--exclude tests/PHPStan/Rules/Cast/data/deprecated-cast.php \
120120
--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 \
121124
src tests
122125

123126
install-paratest:

0 commit comments

Comments
 (0)