Skip to content

Commit 3243a38

Browse files
committed
Fix
1 parent 4a8bbee commit 3243a38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/DoctrineIntegration/data/isEmpty.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class Foo
1010
{
1111

1212
/** @var Collection<int, Bar> */
13-
private Collection $shippingOptions;
13+
private $shippingOptions;
1414

1515
public function __construct()
1616
{

0 commit comments

Comments
 (0)