Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 28992c9

Browse files
committed
-
1 parent ab38701 commit 28992c9

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
@@ -149,8 +149,8 @@ method to retrieve a new instance of the client with new default options::
149149

150150
The ``withOptions()`` method was introduced in Symfony 5.3.
151151

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

155155
$this->client = $client->withOptions(
156156
(new HttpOptions())

0 commit comments

Comments
 (0)