Skip to content

Commit 28c97d3

Browse files
committed
[DomCrawler] Fix the PHPDoc of ChoiceFormField::setValue
1 parent 249687d commit 28c97d3

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
@@ -113,7 +113,7 @@ public function untick()
113113
/**
114114
* Sets the value of the field.
115115
*
116-
* @param string $value The value of the field
116+
* @param string|array $value The value of the field
117117
*
118118
* @throws \InvalidArgumentException When value type provided is not correct
119119
*/

0 commit comments

Comments
 (0)