8000 minor #27178 [Messenger] Add missing `@experimental` annotations (sroze) · symfony/symfony@559c914 · GitHub
[go: up one dir, main page]

Skip to content

Commit 559c914

Browse files
committed
minor #27178 [Messenger] Add missing @experimental annotations (sroze)
This PR was merged into the 4.1-dev branch. Discussion ---------- [Messenger] Add missing `@experimental` annotations | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | ø | License | MIT | Doc PR | ø So we have all the Messenger interfaces tagged with `@experimental`. Commits ------- 7f875cb Add missing `@experimental` annotations
2 parents 2efb474 + 7f875cb commit 559c914

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

src/Symfony/Component/Messenger/Handler/MessageHandlerInterface.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
* Marker interface for message handlers.
1616
*
1717
* @author Samuel Roze <samuel.roze@gmail.com>
18+
*
19+
* @experimental in 4.1
1820
*/
1921
interface MessageHandlerInterface
2022
{

src/Symfony/Component/Messenger/Handler/MessageSubscriberInterface.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
* Handlers can implement this interface to handle multiple messages.
1616
*
1717
* @author Samuel Roze <samuel.roze@gmail.com>
18+
*
19+
* @experimental in 4.1
1820
*/
1921
interface MessageSubscriberInterface extends MessageHandlerInterface
2022
{

src/Symfony/Component/Messenger/Transport/Factory/TransportFactoryInterface.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
* Creates a Messenger transport.
1919
*
2020
* @author Samuel Roze <samuel.roze@gmail.com>
21+
*
22+
* @experimental in 4.1
2123
*/
2224
interface TransportFactoryInterface
2325
{

0 commit comments

Comments
 (0)
0