Skip to content

Commit c9ac61c

Browse files
Fix lint
1 parent 33eb309 commit c9ac61c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,8 @@ lint:
126126
--exclude tests/PHPStan/Rules/Properties/data/property-override-attr-missing.php \
127127
--exclude tests/PHPStan/Rules/Properties/data/override-attr-on-property.php \
128128
--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 \
129131
--exclude tests/PHPStan/Rules/Operators/data/bug-3585.php \
130132
src tests
131133

0 commit comments

Comments
 (0)