[DomCrawler] Fix ChoiceFormField::select() PHPDoc

This commit is contained in:
Kévin Dunglas 2018-07-04 23:33:50 +02:00
parent 1da4252262
commit 154ce9c170
No known key found for this signature in database
GPG Key ID: 4D04EBEF06AAF3A6

View File

@ -75,7 +75,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
*/
public function select($value)
{