Skip to content

Commit 0d88669

Browse files
janedbalondrejmirtes
authored andcommitted
Remove commented code
1 parent 5169675 commit 0d88669

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/Type/Doctrine/Query/QueryResultTypeWalker.php

-5
Original file line numberDiff line numberDiff line change
@@ -1587,11 +1587,6 @@ public function walkLiteral($literal): string
15871587
if (stripos($value, 'e') !== false) {
15881588
$type = new DqlConstantStringType((string) (float) $value, $literal->type);
15891589
} else {
1590-
// if ($this->phpVersion->getVersionId() >= 80400) {
1591-
// $type = new ConstantFloatType((float) $value);
1592-
// } else {
1593-
// $type = new DqlConstantStringType($value, $literal->type);
1594-
// }
15951590
$type = new DqlConstantStringType($value, $literal->type);
15961591
}
15971592

0 commit comments

Comments
 (0)