File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments