Skip to content

Commit 50383b9

Browse files
committed
Remove unused method
1 parent 4d82a3d commit 50383b9

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tests/Type/Doctrine/Query/QueryResultTypeWalkerTest.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1559,14 +1559,6 @@ private function uintStringified(): Type
15591559
);
15601560
}
15611561

1562-
private function floatStringified(): Type
1563-
{
1564-
return TypeCombinator::union(
1565-
new FloatType(),
1566-
$this->numericString()
1567-
);
1568-
}
1569-
15701562
private function numericStringified(): Type
15711563
{
15721564
return TypeCombinator::union(

0 commit comments

Comments
 (0)