Skip to content

Commit

Permalink
minor #58472 CS: clean some whitespaces/indentation (keradus)
Browse files Browse the repository at this point in the history
This PR was squashed before being merged into the 7.2 branch.

Discussion
----------

CS: clean some whitespaces/indentation

| Q             | A
| ------------- | ---
| Branch?       | 7.2
| Bug fix?      | no
| New feature?  | no <!-- please update src/**/CHANGELOG.md files -->
| Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->
| Issues        | Fix CS
| License       | MIT

Commits
-------

d0f63b8afa1 CS: clean some whitespaces/indentation
  • Loading branch information
nicolas-grekas committed Oct 8, 2024
1 parent 5771ce9 commit c1974a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ public function reverseTransform($value)
$value = str_replace(',', $decSep, $value);
}

//If the value is in exponential notation with a negative exponent, we end up with a float value too
// If the value is in exponential notation with a negative exponent, we end up with a float value too
if (str_contains($value, $decSep) || false !== stripos($value, 'e-')) {
$type = \NumberFormatter::TYPE_DOUBLE;
} else {
Expand Down

0 comments on commit c1974a7

Please sign in to comment.