Skip to content

Commit ef52cfe

Browse files
committed
Merge branch '6.3' into 6.4
* 6.3: -
2 parents 1c5e7ad + 69062c2 commit ef52cfe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

http_client.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,8 @@ method to retrieve a new instance of the client with new default options::
144144
'extra' => ['my-key' => 'my-value'],
145145
]);
146146

147-
Alternatively, the :class:`Symfony\\Component\\HttpClient\\HttpOptions` class brings most of the available options with
148-
type-hinted getters and setters::
147+
Alternatively, the :class:`Symfony\\Component\\HttpClient\\HttpOptions` class
148+
brings most of the available options with type-hinted getters and setters::
149149

150150
$this->client = $client->withOptions(
151151
(new HttpOptions())

0 commit comments

Comments
 (0)