From d92d6162dd865735609480eea89ca1219bf56ce9 Mon Sep 17 00:00:00 2001 From: Ondrej Mirtes Date: Sun, 30 Jan 2022 13:39:30 +0100 Subject: [PATCH] Fix --- tests/PHPStan/Rules/Arrays/data/bug-4926.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {