Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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
  • Loading branch information
nicolas-grekas committed Jul 5, 2018
2 parents cf13fe7 + 54c9e81 commit b54fc2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Field/ChoiceFormField.php
Expand Up @@ -75,7 +75,7 @@ public function isDisabled()
/**
* Sets the value of the field.
*
* @param string $value The value of the field
* @param string|array $value The value of the field
*/
public function select($value)
{
Expand Down

0 comments on commit b54fc2b

Please sign in to comment.