Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit db8ef30

Browse filesBrowse files
committed
minor #39810 [Form] remove unused argument (xabbuh)
This PR was merged into the 5.1 branch. Discussion ---------- [Form] remove unused argument | Q | A | ------------- | --- | Branch? | 5.1 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | | License | MIT | Doc PR | The constructor expects only three arguments. Commits ------- b6d9c6c remove unused argument
2 parents 73a70ac + b6d9c6c commit db8ef30
Copy full SHA for db8ef30

File tree

1 file changed

+1
-2
lines changed
Filter options

1 file changed

+1
-2
lines changed

‎src/Symfony/Component/Form/Extension/Core/Type/PercentType.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Extension/Core/Type/PercentType.php
+1-2Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ public function buildForm(FormBuilderInterface $builder, array $options)
2929
$builder->addViewTransformer(new PercentToLocalizedStringTransformer(
3030
$options['scale'],
3131
$options['type'],
32-
$options['rounding_mode'],
33-
false
32+
$options['rounding_mode']
3433
));
3534
}
3635

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.