Skip to content

Commit 3a7165b

Browse files
committed
Add missing @experimental annotations
1 parent a0f392a commit 3a7165b

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

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 <[email protected]>
18+
*
19+
* @experimental in 4.1
1820
*/
1921
interface MessageHandlerInterface
2022
{

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 <[email protected]>
18+
*
19+
* @experimental in 4.1
1820
*/
1921
interface MessageSubscriberInterface extends MessageHandlerInterface
2022
{

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 <[email protected]>
21+
*
22+
* @experimental in 4.1
2123
*/
2224
interface TransportFactoryInterface
2325
{

0 commit comments

Comments
 (0)