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 08d77e1 commit ebc4e49Copy full SHA for ebc4e49
src/Type/Doctrine/DoctrineTypeUtils.php
@@ -17,6 +17,7 @@ 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