Skip to content

Commit 35fce47

Browse files
committed
Update DoctrineTypeUtils.php
1 parent 6e826c9 commit 35fce47

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Type/Doctrine/DoctrineTypeUtils.php

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

2322
if ($type instanceof UnionType) {

0 commit comments

Comments
 (0)