Skip to content

Commit ebc4e49

Browse files
committed
Update DoctrineTypeUtils.php
1 parent 08d77e1 commit ebc4e49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Type/Doctrine/DoctrineTypeUtils.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ public static function getQueryBuilderTypes(Type $type): array
1717
{
1818
if ($type instanceof QueryBuilderType) {
1919
return [$type];
20+
// XXX test change - to be reverted
2021
}
2122

2223
if ($type instanceof UnionType) {

0 commit comments

Comments
 (0)