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 19f5ef4 commit 325ce56Copy full SHA for 325ce56
tests/PHPStan/Analyser/data/bug-5817.php
@@ -27,7 +27,7 @@ class MyContainer implements
27
JsonSerializable
28
{
29
/** @var array<int, DateTimeInterface> */
30
- protected array $items = [];
+ protected $items = [];
31
32
public function add(DateTimeInterface $item, int $offset = null): self
33
0 commit comments