Skip to content

Commit 125f600

Browse files
committed
Fix
1 parent 00cbf73 commit 125f600

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PHPStan/Analyser/data/bug-6404.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class Bar
2222
/**
2323
* @var array<int, bool>
2424
*/
25-
private array $someMap = [];
25+
private $someMap = [];
2626

2727
public function build(): void
2828
{

0 commit comments

Comments
 (0)