Skip to content

Commit e31a19d

Browse files
committed
Merge branch '4.4' into 5.2
* 4.4: Fix invalid file
2 parents 481b1b2 + 4e212ee commit e31a19d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

http_client.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -550,9 +550,7 @@ Use the ``headers`` option to define the default headers added to all requests:
550550
],
551551
]);
552552
553-
You can also set new headers or override the default ones for specific requests:
554-
555-
.. code-block:: php
553+
You can also set new headers or override the default ones for specific requests::
556554

557555
// this header is only included in this request and overrides the value
558556
// of the same header if defined globally by the HTTP client

0 commit comments

Comments
 (0)