Skip to content

Commit c1974a7

Browse files
minor #58472 CS: clean some whitespaces/indentation (keradus)
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
1 parent 5771ce9 commit c1974a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ public function reverseTransform($value)
143143
$value = str_replace(',', $decSep, $value);
144144
}
145145

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

0 commit comments

Comments
 (0)