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 9133926 commit c028bb4Copy full SHA for c028bb4
src/Type/Doctrine/DoctrineTypeUtils.php
@@ -17,7 +17,6 @@ public static function getQueryBuilderTypes(Type $type): array
17
{
18
if ($type instanceof QueryBuilderType) {
19
return [$type];
20
- // XXX test change - to be reverted
21
}
22
23
if ($type instanceof UnionType) {
0 commit comments