Skip to content

Commit e47a0e2

Browse files
committed
Merge branch '5.4' into 6.0
* 5.4: add note about ->toStream() Remove extra space before parenthesis
2 parents 2adc0d7 + 0392085 commit e47a0e2

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
@@ -983,6 +983,10 @@ following methods::
983983
// returns detailed logs about the requests and responses of the HTTP transaction
984984
$httpLogs = $response->getInfo('debug');
985985

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

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

0 commit comments

Comments
 (0)