Skip to content

Commit eb501fa

Browse files
Merge branch '4.0' into 4.1
* 4.0: [DomCrawler] Fix ChoiceFormField::select() PHPDoc [Security] LdapUserProvider uidKey could be null [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 3350cac + b54fc2b commit eb501fa

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)