[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

View File

@ -113,7 +113,7 @@ class ChoiceFormField extends FormField
/** /**
* Sets the value of the field. * 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 * @throws \InvalidArgumentException When value type provided is not correct
*/ */