Skip to content

Commit 13b8820

Browse files
committed
Merge branch '4.4' into 5.0
* 4.4: Revert "Removed 4.4 versionadded from the 4.3 docs" Removed 4.4 versionadded from the 4.3 docs Update setup.rst Update messenger.rst
2 parents e886e07 + 3c6c7a3 commit 13b8820

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

messenger.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1299,7 +1299,7 @@ middleware and *only* include your own:
12991299
buses:
13001300
messenger.bus.default:
13011301
middleware:
1302-
# service ids that implement Symfony\Component\Messenger\Middleware
1302+
# service ids that implement Symfony\Component\Messenger\Middleware\MiddlewareInterface
13031303
- 'App\Middleware\MyMiddleware'
13041304
- 'App\Middleware\AnotherMiddleware'
13051305

setup.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ Symfony LTS Versions
230230

231231
According 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

235235
By default, the command that creates new Symfony applications uses the latest
236236
stable 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

0 commit comments

Comments
 (0)