[DomCrawler] Fix the PHPDoc of ChoiceFormField::setValue

This commit is contained in:
Kévin Dunglas 2018-03-15 17:51:38 +01:00
parent ffd088a38f
commit 0c62f659fb
No known key found for this signature in database
GPG Key ID: 4D04EBEF06AAF3A6
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ class ChoiceFormField extends FormField
/**
* Sets the value of the field.
*
* @param string $value The value of the field
* @param string|array $value The value of the field
*
* @throws \InvalidArgumentException When value type provided is not correct
*/