Thanks to visit codestin.com Credit goes to github.com
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 1c5e7ad + 69062c2 commit ef52cfeCopy full SHA for ef52cfe
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