Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 76d6493

Browse files
committed
minor #14473 Fix typo (ttskch)
This PR was merged into the 3.4 branch. Discussion ---------- Fix typo `0` (Zero) is correct instead of `O` (Alphabet O). <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `5.x` for features of unreleased versions). --> Commits ------- 38da641 Fix typo
2 parents ece467c + 38da641 commit 76d6493

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -757,7 +757,7 @@ their type::
757757
$form['photo']->upload('/path/to/lucas.jpg');
758758

759759
// In the case of a multiple file upload
760-
$form['my_form[field][O]']->upload('/path/to/lucas.jpg');
760+
$form['my_form[field][0]']->upload('/path/to/lucas.jpg');
761761
$form['my_form[field][1]']->upload('/path/to/lisa.jpg');
762762

763763
.. tip::

0 commit comments

Comments
 (0)