Skip to content

Commit ceb26a5

Browse files
committed
docs: add empty line for readability
1 parent 2f8139c commit ceb26a5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

user_guide_src/source/libraries/curlrequest.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,8 +306,10 @@ multipart
306306
=========
307307

308308
When you need to send files and other data via a POST request, you can use the ``multipart`` option, along with
309-
the `CURLFile Class <https://www.php.net/manual/en/class.curlfile.php>`_. The values should be an associative array
310-
of POST data to send. For safer usage, the legacy method of uploading files by prefixing their name with an `@`
309+
the `CURLFile Class <https://www.php.net/manual/en/class.curlfile.php>`_.
310+
311+
The values should be an associative array
312+
of POST data to send. For safer usage, the legacy method of uploading files by prefixing their name with an ``@``
311313
has been disabled. Any files that you want to send must be passed as instances of CURLFile:
312314

313315
.. literalinclude:: curlrequest/028.php

0 commit comments

Comments
 (0)