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:
parent
c4c2ae9e2f
commit
471d589f37
@ -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()``
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user