Skip to content

Commit 2e72365

Browse files
committed
Removed 5.4 versionadded
1 parent fc3ead2 commit 2e72365

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

messenger.rst

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,6 @@ serialized::
5050

5151
.. _messenger-handler:
5252

53-
.. versionadded:: 5.4
54-
55-
The ``#[AsMessageHandler]`` PHP attribute was introduced in Symfony
56-
5.4. PHP attributes require at least PHP 8.0.
57-
5853
A message handler is a PHP callable, the recommended way to create it is to
5954
create a class that has the :class:`Symfony\\Component\\Messenger\\Attribute\\AsMessageHandler`
6055
attribute and has an ``__invoke()`` method that's type-hinted with the
@@ -1689,11 +1684,6 @@ Customizing Handlers
16891684
Configuring Handlers Using Attributes
16901685
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
16911686

1692-
.. versionadded:: 5.4
1693-
1694-
The ``#[AsMessageHandler]`` PHP attribute was introduced in Symfony
1695-
5.4. PHP attributes require at least PHP 8.0.
1696-
16971687
You can configure your handler by passing options to the attribute::
16981688

16991689
// src/MessageHandler/SmsNotificationHandler.php

0 commit comments

Comments
 (0)