Skip to content

Commit 4498953

Browse files
Fix query
1 parent 6fa0a11 commit 4498953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Type/Doctrine/Query/PDOQueryResultTypeWalkerTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ public function getTestData(): iterable
389389
[new ConstantIntegerType(1), new MixedType()],
390390
]),
391391
'
392-
SELECT (SELECT m.intColumn FROM QueryResult\Entities\Many m)
392+
SELECT (SELECT COUNT(m.intColumn) FROM QueryResult\Entities\Many m)
393393
FROM QueryResult\Entities\Many m2
394394
',
395395
];

0 commit comments

Comments
 (0)