Skip to content

Commit d575a88

Browse files
Merge branch '4.1'
* 4.1: [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 Fix a bug when having more than one named handler per message subscriber Prevent toolbar links color override by css add conflict for non-compatible TwigBridge version
2 parents f9cae86 + eb501fa commit d575a88

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)