There was an error while loading. Please reload this page.
1 parent 6315635 commit d92d616Copy full SHA for d92d616
tests/PHPStan/Rules/Arrays/data/bug-4926.php
@@ -8,7 +8,7 @@
8
class Foo
9
{
10
/** @var Data */
11
-private array $data = [];
+private $data = [];
12
13
public function getFirstName(): ?string
14
0 commit comments