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 f8e725d commit e2ccce1Copy full SHA for e2ccce1
src/Type/Doctrine/Descriptors/FloatType.php
@@ -42,10 +42,7 @@ public function getDatabaseInternalType(): Type
42
{
43
return TypeCombinator::union(
44
new \PHPStan\Type\FloatType(),
45
- new IntersectionType([
46
- new StringType(),
47
- new AccessoryNumericStringType(),
48
- ])
+ (new \PHPStan\Type\FloatType())->toString()
49
);
50
}
51
0 commit comments