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.
104
104
105
105
The root key of your bundle configuration (``acme_social `` in the previous
106
106
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).
108
108
109
109
.. seealso ::
110
110
Original file line number Diff line number Diff line change @@ -983,6 +983,10 @@ following methods::
983
983
// returns detailed logs about the requests and responses of the HTTP transaction
984
984
$httpLogs = $response->getInfo('debug');
985
985
986
+ .. note ::
987
+
988
+ ``$response->toStream() `` is part of :class: `Symfony\\ Component\\ HttpClient\\ Response\\ StreamableInterface `.
989
+
986
990
.. note ::
987
991
988
992
``$response->getInfo() `` is non-blocking: it returns *live * information
You can’t perform that action at this time.
0 commit comments