Skip to content

Commit cee555f

Browse files
phpstan-botclaude
andcommitted
Remove mixed typehint from bug-11656 test for PHP 7.4 compatibility
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 921c859 commit cee555f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class Test
1111
/**
1212
* @param array{string[], string} $data
1313
*/
14-
public function test(mixed $data): string
14+
public function test($data): string
1515
{
1616
$data = array_map(static fn ($value) => $value, $data);
1717

0 commit comments

Comments
 (0)