We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1be552 commit e5814e6Copy full SHA for e5814e6
components/dom_crawler.rst
@@ -278,8 +278,7 @@ To work with multi-dimensional fields::
278
<input name="multi[dimensional]" />
279
</form>
280
281
-You must specify the values of multi-dimensional fields as arrays itself to
282
-address which fields' values should be changed::
+Pass an array of values::
283
284
// Set a single field
285
$form->setValues(array('multi' => array('value')));
0 commit comments