File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -2254,19 +2254,21 @@ on a case-by-case basis via the :class:`Symfony\\Component\\Messenger\\Stamp\\Se
2254
2254
provides that control. See `SymfonyCasts' message serializer tutorial `_ for
2255
2255
details.
2256
2256
2257
- Closing connection
2258
- ~~~~~~~~~~~~~~~~~~
2257
+ Closing Connections
2258
+ ~~~~~~~~~~~~~~~~~~~
2259
2259
2260
- When using a transport that requires a connection, you can close it using
2261
- the :method: `Symfony\\ Component\\ Messenger\\ Transport\\ CloseableTransportInterface::close `
2262
- method to allow free resources for long-running processes.
2260
+ When using a transport that requires a connection, you can close it by calling the
2261
+ :method: `Symfony\\ Component\\ Messenger\\ Transport\\ CloseableTransportInterface::close `
2262
+ method to free up resources in long-running processes.
2263
2263
2264
- This interface is implemented by the following transports: AmazonSqs, Amqp and Redis.
2265
- If you want to close a Doctrine connection, this can be achieved :ref: `using middleware <middleware-for-doctrine >`.
2264
+ This interface is implemented by the following transports: AmazonSqs, Amqp, and Redis.
2265
+ If you need to close a Doctrine connection, you can do so
2266
+ :ref: `using middleware <middleware-for-doctrine >`.
2266
2267
2267
2268
.. versionadded :: 7.3
2268
2269
2269
- The ``CloseableTransportInterface `` and ``close `` method were introduced in Symfony 7.3.
2270
+ The ``CloseableTransportInterface `` and its ``close() `` method were introduced
2271
+ in Symfony 7.3.
2270
2272
2271
2273
Running Commands And External Processes
2272
2274
---------------------------------------
You can’t perform that action at this time.
0 commit comments