Skip to content

Commit 19954e2

Browse files
phpstan-botclaude
andcommitted
Add bug-14351.php to make-lint exclude list
The test data file contains intentionally invalid PHP (catch $this, global $this) that triggers lint errors, so it needs to be excluded. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent abd8070 commit 19954e2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ lint:
134134
--exclude tests/PHPStan/Rules/EnumCases/data/bug-14252.php \
135135
--exclude tests/PHPStan/Rules/Functions/data/bug-14241.php \
136136
--exclude tests/PHPStan/Rules/Variables/data/bug-14349.php \
137+
--exclude tests/PHPStan/Rules/Variables/data/bug-14351.php \
137138
src tests
138139

139140
install-paratest:

0 commit comments

Comments
 (0)