Skip to content

Commit 87ca33c

Browse files
Merge branch '4.1'
* 4.1: [minor] SCA [Serializer] Minor tweaks for a67b650f12e5252a5d30c4c94576d73e15f19aef allow_extra_attributes does not throw an exception as documented [Cache] fix visibility of RedisTrait::init() [Serializer] Updates DocBlock to a mixed param type
2 parents 8236826 + cf9ed8b commit 87ca33c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Extension/Core/DataTransformer/IntegerToLocalizedStringTransformer.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@ class IntegerToLocalizedStringTransformer extends NumberToLocalizedStringTransfo
2828
*/
2929
public function __construct(?int $scale = 0, ?bool $grouping = false, int $roundingMode = self::ROUND_DOWN)
3030
{
31-
if (null === $roundingMode) {
32-
$roundingMode = self::ROUND_DOWN;
33-
}
34-
3531
parent::__construct(0, $grouping, $roundingMode);
3632
}
3733

0 commit comments

Comments
 (0)