Skip to content

Commit 7475ced

Browse files
committed
[DomCrawler] Fix ChoiceFormField::select() PHPDoc
1 parent a01b1fa commit 7475ced

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
@@ -75,7 +75,7 @@ public function isDisabled()
7575
/**
7676
* Sets the value of the field.
7777
*
78-
* @param string $value The value of the field
78+
* @param string|array $value The value of the field
7979
*/
8080
public function select($value)
8181
{

0 commit comments

Comments
 (0)