Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9479563

Browse files
committed
Allow extending AsMessageHandler
Revert a3686fb
1 parent e11d75c commit 9479563

File tree

3 files changed

+0
-8
lines changed

3 files changed

+0
-8
lines changed

UPGRADE-7.1.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@ FrameworkBundle
2222

2323
* Mark classes `ConfigBuilderCacheWarmer`, `Router`, `SerializerCacheWarmer`, `TranslationsCacheWarmer`, `Translator` and `ValidatorCacheWarmer` as `final`
2424

25-
Messenger
26-
---------
27-
28-
* Make `#[AsMessageHandler]` final
29-
3025
SecurityBundle
3126
--------------
3227

src/Symfony/Component/Messenger/Attribute/AsMessageHandler.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
/**
1515
* Service tag to autoconfigure message handlers.
1616
*
17-
* @final since Symfony 7.1
18-
*
1917
* @author Alireza Mirsepassi <[email protected]>
2018
*/
2119
#[\Attribute(\Attribute::TARGET_CLASS | \Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE)]

src/Symfony/Component/Messenger/CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ CHANGELOG
66

77
* Add option `redis_sentinel` as an alias for `sentinel_master`
88
* Add `--all` option to the `messenger:consume` command
9-
* Make `#[AsMessageHandler]` final
109
* Add parameter `$jitter` to `MultiplierRetryStrategy` in order to randomize delay and prevent the thundering herd effect
1110

1211
7.0

0 commit comments

Comments
 (0)