Skip to content

Commit 64116e0

Browse files
keradusnicolas-grekas
authored andcommitted
CS: clean some whitespaces/indentation
1 parent 0df8534 commit 64116e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ public function reverseTransform(mixed $value): int|float|null
102102
$value = str_replace(',', $decSep, $value);
103103
}
104104

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

0 commit comments

Comments
 (0)