From 471d589f3766fe67dffa7d578970b3b0daceceeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20S=C3=B8rensen?= Date: Wed, 30 Sep 2015 18:23:51 +0200 Subject: [PATCH] Fixed formating Code block was not been displayed due to incorrect indentation. --- docs/request-options.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/request-options.rst b/docs/request-options.rst index 59039622..c90f4787 100644 --- a/docs/request-options.rst +++ b/docs/request-options.rst @@ -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()``