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 4d82a3d commit 50383b9Copy full SHA for 50383b9
tests/Type/Doctrine/Query/QueryResultTypeWalkerTest.php
@@ -1559,14 +1559,6 @@ private function uintStringified(): Type
1559
);
1560
}
1561
1562
- private function floatStringified(): Type
1563
- {
1564
- return TypeCombinator::union(
1565
- new FloatType(),
1566
- $this->numericString()
1567
- );
1568
- }
1569
-
1570
private function numericStringified(): Type
1571
{
1572
return TypeCombinator::union(
0 commit comments