We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00cbf73 commit 125f600Copy full SHA for 125f600
tests/PHPStan/Analyser/data/bug-6404.php
@@ -22,7 +22,7 @@ class Bar
22
/**
23
* @var array<int, bool>
24
*/
25
- private array $someMap = [];
+ private $someMap = [];
26
27
public function build(): void
28
{
0 commit comments