We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e10ea5f + 4ceb57c commit 6db4335Copy full SHA for 6db4335
http_client.rst
@@ -144,8 +144,8 @@ method to retrieve a new instance of the client with new default options::
144
'extra' => ['my-key' => 'my-value'],
145
]);
146
147
-Alternatively, the :class:`Symfony\\Component\\HttpClient\\HttpOptions` class brings most of the available options with
148
-type-hinted getters and setters::
+Alternatively, the :class:`Symfony\\Component\\HttpClient\\HttpOptions` class
+brings most of the available options with type-hinted getters and setters::
149
150
$this->client = $client->withOptions(
151
(new HttpOptions())
0 commit comments