Skip to content

Commit

Permalink
Remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
janedbal authored and ondrejmirtes committed Sep 9, 2024
1 parent 5169675 commit 0d88669
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/Type/Doctrine/Query/QueryResultTypeWalker.php
Original file line number Diff line number Diff line change
Expand Up @@ -1587,11 +1587,6 @@ public function walkLiteral($literal): string
if (stripos($value, 'e') !== false) {
$type = new DqlConstantStringType((string) (float) $value, $literal->type);
} else {
// if ($this->phpVersion->getVersionId() >= 80400) {
// $type = new ConstantFloatType((float) $value);
// } else {
// $type = new DqlConstantStringType($value, $literal->type);
// }
$type = new DqlConstantStringType($value, $literal->type);
}

Expand Down

0 comments on commit 0d88669

Please sign in to comment.