Skip to content

Commit b54fc2b

Browse files
Merge branch '3.4' into 4.0
* 3.4: [DomCrawler] Fix ChoiceFormField::select() PHPDoc [HttpFoundation] add tests for FlashBagInterface::setAll() Check for Hyper terminal on all operating systems. [DI] Don't show internal service id on binding errors Prevent toolbar links color override by css
2 parents cf13fe7 + 54c9e81 commit b54fc2b

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
@@ -75,7 +75,7 @@ public function isDisabled()
7575
/**
7676
* Sets the value of the field.
7777
*
78-
* @param string $value The value of the field
78+
* @param string|array $value The value of the field
7979
*/
8080
public function select($value)
8181
{

0 commit comments

Comments
 (0)