Skip to content

Commit 7a258b0

Browse files
committed
[Messenger] marked the component as experimental for 4.2
1 parent b6e8302 commit 7a258b0

File tree

59 files changed

+121
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+121
-0
lines changed

Command/ConsumeMessagesCommand.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727

2828
/**
2929
* @author Samuel Roze <samuel.roze@gmail.com>
30+
*
31+
* @experimental in 4.2
3032
*/
3133
class ConsumeMessagesCommand extends Command
3234
{

Command/DebugCommand.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
* A console command to debug Messenger information.
2323
*
2424
* @author Roland Franssen <franssen.roland@gmail.com>
25+
*
26+
* @experimental in 4.2
2527
*/
2628
class DebugCommand extends Command
2729
{

DataCollector/MessengerDataCollector.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020

2121
/**
2222
* @author Samuel Roze <samuel.roze@gmail.com>
23+
*
24+
* @experimental in 4.2
2325
*/
2426
class MessengerDataCollector extends DataCollector implements LateDataCollectorInterface
2527
{

DependencyInjection/MessengerPass.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929

3030
/**
3131
* @author Samuel Roze <samuel.roze@gmail.com>
32+
*
33+
* @experimental in 4.2
3234
*/
3335
class MessengerPass implements CompilerPassInterface
3436
{

Envelope.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
* A message wrapped in an envelope with stamps (configurations, markers, ...).
1818
*
1919
* @author Maxime Steinhausser <maxime.steinhausser@gmail.com>
20+
*
21+
* @experimental in 4.2
2022
*/
2123
final class Envelope
2224
{

Exception/ExceptionInterface.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
* Base Message component's exception.
1616
*
1717
* @author Samuel Roze <samuel.roze@gmail.com>
18+
*
19+
* @experimental in 4.2
1820
*/
1921
interface ExceptionInterface extends \Throwable
2022
{

Exception/InvalidArgumentException.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313

1414
/**
1515
* @author Yonel Ceruto <yonelceruto@gmail.com>
16+
*
17+
* @experimental in 4.2
1618
*/
1719
class InvalidArgumentException extends \InvalidArgumentException implements ExceptionInterface
1820
{

Exception/LogicException.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313

1414
/**
1515
* @author Roland Franssen <franssen.roland@gmail.com>
16+
*
17+
* @experimental in 4.2
1618
*/
1719
class LogicException extends \LogicException implements ExceptionInterface
1820
{

Exception/NoHandlerForMessageException.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313

1414
/**
1515
* @author Samuel Roze <samuel.roze@gmail.com>
16+
*
17+
* @experimental in 4.2
1618
*/
1719
class NoHandlerForMessageException extends \LogicException implements ExceptionInterface
1820
{

Exception/RuntimeException.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313

1414
/**
1515
* @author Fabien Potencier <fabien@symfony.com>
16+
*
17+
* @experimental in 4.2
1618
*/
1719
class RuntimeException extends \RuntimeException implements ExceptionInterface
1820
{

0 commit comments

Comments
 (0)