Skip to content

Commit e1be552

Browse files
xabbuhweaverryan
authored andcommitted
change description text to better describe the modfied examples
1 parent f6d0476 commit e1be552

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/dom_crawler.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,8 @@ To work with multi-dimensional fields::
278278
<input name="multi[dimensional]" />
279279
</form>
280280

281-
You must specify the fully qualified name of the field::
281+
You must specify the values of multi-dimensional fields as arrays itself to
282+
address which fields' values should be changed::
282283

283284
// Set a single field
284285
$form->setValues(array('multi' => array('value')));

0 commit comments

Comments
 (0)