Skip to content

Commit 325ce56

Browse files
committed
Fix
1 parent 19f5ef4 commit 325ce56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PHPStan/Analyser/data/bug-5817.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class MyContainer implements
2727
JsonSerializable
2828
{
2929
/** @var array<int, DateTimeInterface> */
30-
protected array $items = [];
30+
protected $items = [];
3131

3232
public function add(DateTimeInterface $item, int $offset = null): self
3333
{

0 commit comments

Comments
 (0)