1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-02-23 17:44:02 +01:00

Fixed formating

Code block was not been displayed due to incorrect indentation.
This commit is contained in:
Michael Sørensen 2015-09-30 18:23:51 +02:00
parent c4c2ae9e2f
commit 471d589f37

View File

@ -173,8 +173,8 @@ This setting can be set to any of the following types:
.. code-block:: php
// You can send requests that use a string as the message body.
$client->request('PUT', '/put', ['body' => 'foo']);
// You can send requests that use a string as the message body.
$client->request('PUT', '/put', ['body' => 'foo']);
- resource returned from ``fopen()``