Skip to content

Commit a6228f8

Browse files
committed
Merge branch '6.2' into 6.3
* 6.2: add note about ->toStream() Remove extra space before parenthesis
2 parents 53706d1 + dcb3c6f commit a6228f8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

bundles/configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ load correct services and parameters inside an "Extension" class.
104104

105105
The root key of your bundle configuration (``acme_social`` in the previous
106106
example) is automatically determined from your bundle name (it's the
107-
`snake case`_ of the bundle name without the ``Bundle`` suffix ).
107+
`snake case`_ of the bundle name without the ``Bundle`` suffix).
108108

109109
.. seealso::
110110

http_client.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -984,6 +984,10 @@ following methods::
984984
// returns detailed logs about the requests and responses of the HTTP transaction
985985
$httpLogs = $response->getInfo('debug');
986986

987+
.. note::
988+
989+
``$response->toStream()`` is part of :class:`Symfony\\Component\\HttpClient\\Response\\StreamableInterface`.
990+
987991
.. note::
988992

989993
``$response->getInfo()`` is non-blocking: it returns *live* information

0 commit comments

Comments
 (0)