Skip to content

Commit 54c9e81

Browse files
Merge branch '2.8' into 3.4
* 2.8: [DomCrawler] Fix ChoiceFormField::select() PHPDoc [HttpFoundation] add tests for FlashBagInterface::setAll() Check for Hyper terminal on all operating systems. Prevent toolbar links color override by css
2 parents 201b210 + 7475ced commit 54c9e81

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)