diff --git a/tests/PHPStan/Rules/Arrays/data/bug-4926.php b/tests/PHPStan/Rules/Arrays/data/bug-4926.php index 6d5ecb9e8a..3e61b67f6b 100644 --- a/tests/PHPStan/Rules/Arrays/data/bug-4926.php +++ b/tests/PHPStan/Rules/Arrays/data/bug-4926.php @@ -8,7 +8,7 @@ class Foo { /** @var Data */ - private array $data = []; + private $data = []; public function getFirstName(): ?string {