Skip to content

Commit c30702d

Browse files
phpstan-botclaude
andcommitted
Exclude NSRT test for bug-11894 from PHP 7.4
The test uses `mixed` type hint which requires PHP 8.0+. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent fd142b7 commit c30702d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
<?php declare(strict_types = 1);
1+
<?php // lint >= 8.0
2+
3+
declare(strict_types = 1);
24

35
namespace Bug11894Nsrt;
46

0 commit comments

Comments
 (0)