Skip to content

Commit fafe026

Browse files
minor #26545 [DomCrawler] Fix the PHPDoc of ChoiceFormField::setValue (dunglas)
This PR was merged into the 2.7 branch. Discussion ---------- [DomCrawler] Fix the PHPDoc of ChoiceFormField::setValue | Q | A | ------------- | --- | Branch? | 2.7 | Bug fix? | no | New feature? |no <!-- don't forget to update src/**/CHANGELOG.md files --> | BC breaks? | no <!-- see https://symfony.com/bc --> | Deprecations? |no <!-- don't forget to update UPGRADE-*.md files --> | Tests pass? | yes <!-- please add some, will be required by reviewers --> | Fixed tickets | n/a | License | MIT | Doc PR |n/a Commits ------- 0c62f65 [DomCrawler] Fix the PHPDoc of ChoiceFormField::setValue
2 parents 0ab3145 + 28c97d3 commit fafe026

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Field/ChoiceFormField.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ public function untick()
113113
/**
114114
* Sets the value of the field.
115115
*
116-
* @param string $value The value of the field
116+
* @param string|array $value The value of the field
117117
*
118118
* @throws \InvalidArgumentException When value type provided is not correct
119119
*/

0 commit comments

Comments
 (0)