Skip to content

Commit d654114

Browse files
committed
docs: add line break
1 parent 9b0549c commit d654114

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

user_guide_src/source/libraries/uploaded_files.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,8 @@ In controller::
274274

275275
where the ``images`` is a loop from the form field name.
276276

277-
If there are multiple files with the same name you can use ``getFile()`` to retrieve every file individually::
277+
If there are multiple files with the same name you can use ``getFile()`` to retrieve every file individually.
278+
278279
In controller::
279280

280281
$file1 = $this->request->getFile('images.0');

0 commit comments

Comments
 (0)