Skip to content

Commit 40f7eda

Browse files
phpstan-botclaude
andcommitted
Add lint >= 8.0 directive to skip test on PHP 7.4
The test file uses `mixed` type hints which require PHP 8.0+. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 73ca4e8 commit 40f7eda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PHPStan/Analyser/nsrt/bug-11234.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
1+
<?php // lint >= 8.0
22

33
namespace Bug11234;
44

0 commit comments

Comments
 (0)