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.
1 parent ab38701 commit 28992c9Copy full SHA for 28992c9
http_client.rst
@@ -149,8 +149,8 @@ method to retrieve a new instance of the client with new default options::
149
150
The ``withOptions()`` method was introduced in Symfony 5.3.
151
152
-Alternatively, the :class:`Symfony\\Component\\HttpClient\\HttpOptions` class brings most of the available options with
153
-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::
154
155
$this->client = $client->withOptions(
156
(new HttpOptions())
0 commit comments