Skip to content

Commit 1b28e30

Browse files
committed
Update QueryResultTypeWalkerTest.php
1 parent f3d6169 commit 1b28e30

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/Type/Doctrine/Query/QueryResultTypeWalkerTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1495,6 +1495,9 @@ public function getTestData(): iterable
14951495
yield from $this->yieldConditionalDataset();
14961496
}
14971497

1498+
/**
1499+
* @return iterable<mixed>
1500+
*/
14981501
private function yieldConditionalDataset(): iterable
14991502
{
15001503
if (property_exists(Column::class, 'enumType') && PHP_VERSION_ID >= 80100) {

0 commit comments

Comments
 (0)