Skip to content

Commit 69062c2

Browse files
committed
Merge branch '5.4' into 6.3
* 5.4: -
2 parents 2a86103 + 28992c9 commit 69062c2

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)