Skip to content

Commit 0157ef6

Browse files
Merge branch '6.2' into 6.3
* 6.2: Fix some phpdoc [ErrorHandler] Do not patch return statements in closures [DI] keep `proxy` tag on original definition when decorating
2 parents b8d7a89 + 0f56360 commit 0157ef6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Extension/Core/DataTransformer/IntegerToLocalizedStringTransformer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class IntegerToLocalizedStringTransformer extends NumberToLocalizedStringTransfo
2525
* Constructs a transformer.
2626
*
2727
* @param bool $grouping Whether thousands should be grouped
28-
* @param int $roundingMode One of the ROUND_ constants in this class
28+
* @param int|null $roundingMode One of the ROUND_ constants in this class
2929
* @param string|null $locale locale used for transforming
3030
*/
3131
public function __construct(?bool $grouping = false, ?int $roundingMode = \NumberFormatter::ROUND_DOWN, string $locale = null)

0 commit comments

Comments
 (0)