Skip to content

Commit d92d616

Browse files
committed
Fix
1 parent 6315635 commit d92d616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PHPStan/Rules/Arrays/data/bug-4926.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
class Foo
99
{
1010
/** @var Data */
11-
private array $data = [];
11+
private $data = [];
1212

1313
public function getFirstName(): ?string
1414
{

0 commit comments

Comments
 (0)