File tree Expand file tree Collapse file tree 3 files changed +3
-7
lines changed
components/cache/adapters Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -106,10 +106,6 @@ name of your service group::
106106
107107 The option to define multiple servers in a single DSN was introduced in Symfony 4.2.
108108
109- .. versionadded :: 4.4
110-
111- Redis Sentinel support was introduced in Symfony 4.4.
112-
113109.. note ::
114110
115111 See the :class: `Symfony\\ Component\\ Cache\\ Traits\\ RedisTrait ` for more options
Original file line number Diff line number Diff line change @@ -1335,7 +1335,7 @@ middleware and *only* include your own:
13351335 buses :
13361336 messenger.bus.default :
13371337 middleware :
1338- # service ids that implement Symfony\Component\Messenger\Middleware
1338+ # service ids that implement Symfony\Component\Messenger\Middleware\MiddlewareInterface
13391339 - ' App\Middleware\MyMiddleware'
13401340 - ' App\Middleware\AnotherMiddleware'
13411341
Original file line number Diff line number Diff line change @@ -230,7 +230,7 @@ Symfony LTS Versions
230230
231231According to the :doc: `Symfony release process </contributing/community/releases >`,
232232"long-term support" (or LTS for short) versions are published every two years.
233- Check out the `Symfony roadmap `_ to know which is the latest LTS version.
233+ Check out the `Symfony releases `_ to know which is the latest LTS version.
234234
235235By default, the command that creates new Symfony applications uses the latest
236236stable version. If you want to use an LTS version, add the ``--version `` option:
@@ -284,7 +284,7 @@ Learn More
284284.. _`The Symfony Demo Application` : https://github.com/symfony/demo
285285.. _`Symfony Flex` : https://github.com/symfony/flex
286286.. _`PHP security advisories database` : https://github.com/FriendsOfPHP/security-advisories
287- .. _`Symfony roadmap ` : https://symfony.com/roadmap
287+ .. _`Symfony releases ` : https://symfony.com/releases
288288.. _`Main recipe repository` : https://github.com/symfony/recipes
289289.. _`Contrib recipe repository` : https://github.com/symfony/recipes-contrib
290290.. _`Symfony Recipes documentation` : https://github.com/symfony/recipes/blob/master/README.rst
You can’t perform that action at this time.
0 commit comments