Skip to content

Commit

Permalink
Updated "experimental" annotations for 4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed May 28, 2019
1 parent 08d9d43 commit 3a508e3
Show file tree
Hide file tree
Showing 53 changed files with 53 additions and 53 deletions.
Expand Up @@ -22,7 +22,7 @@
*
* @author Tobias Nyholm <tobias.nyholm@gmail.com>
*
* @experimental in 4.2
* @experimental in 4.3
*/
class DoctrineTransactionMiddleware implements MiddlewareInterface
{
Expand Down
Expand Up @@ -34,7 +34,7 @@
/**
* @author Samuel Roze <samuel.roze@gmail.com>
*
* @experimental in 4.2
* @experimental in 4.3
*/
class ConsumeMessagesCommand extends Command
{
Expand Down
2 changes: 1 addition & 1 deletion src/Symfony/Component/Messenger/Command/DebugCommand.php
Expand Up @@ -23,7 +23,7 @@
*
* @author Roland Franssen <franssen.roland@gmail.com>
*
* @experimental in 4.2
* @experimental in 4.3
*/
class DebugCommand extends Command
{
Expand Down
Expand Up @@ -21,7 +21,7 @@
/**
* @author Samuel Roze <samuel.roze@gmail.com>
*
* @experimental in 4.2
* @experimental in 4.3
*/
class MessengerDataCollector extends DataCollector implements LateDataCollectorInterface
{
Expand Down
Expand Up @@ -28,7 +28,7 @@
/**
* @author Samuel Roze <samuel.roze@gmail.com>
*
* @experimental in 4.2
* @experimental in 4.3
*/
class MessengerPass implements CompilerPassInterface
{
Expand Down
2 changes: 1 addition & 1 deletion src/Symfony/Component/Messenger/Envelope.php
Expand Up @@ -18,7 +18,7 @@
*
* @author Maxime Steinhausser <maxime.steinhausser@gmail.com>
*
* @experimental in 4.2
* @experimental in 4.3
*/
final class Envelope
{
Expand Down
Expand Up @@ -16,7 +16,7 @@
*
* @author Samuel Roze <samuel.roze@gmail.com>
*
* @experimental in 4.2
* @experimental in 4.3
*/
interface ExceptionInterface extends \Throwable
{
Expand Down
Expand Up @@ -14,7 +14,7 @@
/**
* @author Yonel Ceruto <yonelceruto@gmail.com>
*
* @experimental in 4.2
* @experimental in 4.3
*/
class InvalidArgumentException extends \InvalidArgumentException implements ExceptionInterface
{
Expand Down
Expand Up @@ -14,7 +14,7 @@
/**
* @author Roland Franssen <franssen.roland@gmail.com>
*
* @experimental in 4.2
* @experimental in 4.3
*/
class LogicException extends \LogicException implements ExceptionInterface
{
Expand Down
Expand Up @@ -14,7 +14,7 @@
/**
* @author Samuel Roze <samuel.roze@gmail.com>
*
* @experimental in 4.2
* @experimental in 4.3
*/
class NoHandlerForMessageException extends \LogicException implements ExceptionInterface
{
Expand Down
Expand Up @@ -14,7 +14,7 @@
/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 4.2
* @experimental in 4.3
*/
class RuntimeException extends \RuntimeException implements ExceptionInterface
{
Expand Down
Expand Up @@ -14,7 +14,7 @@
/**
* @author Eric Masoero <em@studeal.fr>
*
* @experimental in 4.2
* @experimental in 4.3
*/
class TransportException extends RuntimeException
{
Expand Down
Expand Up @@ -16,7 +16,7 @@
/**
* @author Tobias Nyholm <tobias.nyholm@gmail.com>
*
* @experimental in 4.2
* @experimental in 4.3
*/
class ValidationFailedException extends \RuntimeException implements ExceptionInterface
{
Expand Down
2 changes: 1 addition & 1 deletion src/Symfony/Component/Messenger/HandleTrait.php
Expand Up @@ -19,7 +19,7 @@
*
* @author Maxime Steinhausser <maxime.steinhausser@gmail.com>
*
* @experimental in 4.2
* @experimental in 4.3
*/
trait HandleTrait
{
Expand Down
Expand Up @@ -20,7 +20,7 @@
* @author Nicolas Grekas <p@tchwork.com>
* @author Samuel Roze <samuel.roze@gmail.com>
*
* @experimental in 4.2
* @experimental in 4.3
*/
class HandlersLocator implements HandlersLocatorInterface
{
Expand Down
Expand Up @@ -18,7 +18,7 @@
*
* @author Nicolas Grekas <p@tchwork.com>
*
* @experimental in 4.2
* @experimental in 4.3
*/
interface HandlersLocatorInterface
{
Expand Down
Expand Up @@ -16,7 +16,7 @@
*
* @author Samuel Roze <samuel.roze@gmail.com>
*
* @experimental in 4.2
* @experimental in 4.3
*/
interface MessageHandlerInterface
{
Expand Down
Expand Up @@ -16,7 +16,7 @@
*
* @author Samuel Roze <samuel.roze@gmail.com>
*
* @experimental in 4.2
* @experimental in 4.3
*/
interface MessageSubscriberInterface extends MessageHandlerInterface
{
Expand Down
2 changes: 1 addition & 1 deletion src/Symfony/Component/Messenger/MessageBus.php
Expand Up @@ -19,7 +19,7 @@
* @author Matthias Noback <matthiasnoback@gmail.com>
* @author Nicolas Grekas <p@tchwork.com>
*
* @experimental in 4.2
* @experimental in 4.3
*/
class MessageBus implements MessageBusInterface
{
Expand Down
2 changes: 1 addition & 1 deletion src/Symfony/Component/Messenger/MessageBusInterface.php
Expand Up @@ -16,7 +16,7 @@
/**
* @author Samuel Roze <samuel.roze@gmail.com>
*
* @experimental in 4.2
* @experimental in 4.3
*/
interface MessageBusInterface
{
Expand Down
Expand Up @@ -18,7 +18,7 @@
*
* @author Maxime Steinhausser <maxime.steinhausser@gmail.com>
*
* @experimental in 4.2
* @experimental in 4.3
*/
class ActivationMiddleware implements MiddlewareInterface
{
Expand Down
Expand Up @@ -23,7 +23,7 @@
/**
* @author Samuel Roze <samuel.roze@gmail.com>
*
* @experimental in 4.2
* @experimental in 4.3
*/
class HandleMessageMiddleware implements MiddlewareInterface
{
Expand Down
Expand Up @@ -16,7 +16,7 @@
/**
* @author Samuel Roze <samuel.roze@gmail.com>
*
* @experimental in 4.2
* @experimental in 4.3
*/
interface MiddlewareInterface
{
Expand Down
Expand Up @@ -26,7 +26,7 @@
* @author Samuel Roze <samuel.roze@gmail.com>
* @author Tobias Schultze <http://tobion.de>
*
* @experimental in 4.2
* @experimental in 4.3
*/
class SendMessageMiddleware implements MiddlewareInterface
{
Expand Down
Expand Up @@ -16,7 +16,7 @@
*
* Implementations must be cloneable, and each clone must unstack the stack independently.
*
* @experimental in 4.2
* @experimental in 4.3
*/
interface StackInterface
{
Expand Down
Expand Up @@ -16,7 +16,7 @@
/**
* @author Nicolas Grekas <p@tchwork.com>
*
* @experimental in 4.2
* @experimental in 4.3
*/
class StackMiddleware implements MiddlewareInterface, StackInterface
{
Expand Down
Expand Up @@ -19,7 +19,7 @@
*
* @author Maxime Steinhausser <maxime.steinhausser@gmail.com>
*
* @experimental in 4.2
* @experimental in 4.3
*/
class TraceableMiddleware implements MiddlewareInterface
{
Expand Down
Expand Up @@ -19,7 +19,7 @@
/**
* @author Tobias Nyholm <tobias.nyholm@gmail.com>
*
* @experimental in 4.2
* @experimental in 4.3
*/
class ValidationMiddleware implements MiddlewareInterface
{
Expand Down
2 changes: 1 addition & 1 deletion src/Symfony/Component/Messenger/Stamp/HandledStamp.php
Expand Up @@ -21,7 +21,7 @@
*
* @author Maxime Steinhausser <maxime.steinhausser@gmail.com>
*
* @experimental in 4.2
* @experimental in 4.3
*/
final class HandledStamp implements StampInterface
{
Expand Down
2 changes: 1 addition & 1 deletion src/Symfony/Component/Messenger/Stamp/ReceivedStamp.php
Expand Up @@ -23,7 +23,7 @@
*
* @author Samuel Roze <samuel.roze@gmail.com>
*
* @experimental in 4.2
* @experimental in 4.3
*/
final class ReceivedStamp implements StampInterface
{
Expand Down
2 changes: 1 addition & 1 deletion src/Symfony/Component/Messenger/Stamp/SentStamp.php
Expand Up @@ -18,7 +18,7 @@
*
* @author Maxime Steinhausser <maxime.steinhausser@gmail.com>
*
* @experimental in 4.2
* @experimental in 4.3
*/
final class SentStamp implements StampInterface
{
Expand Down
2 changes: 1 addition & 1 deletion src/Symfony/Component/Messenger/Stamp/SerializerStamp.php
Expand Up @@ -14,7 +14,7 @@
/**
* @author Maxime Steinhausser <maxime.steinhausser@gmail.com>
*
* @experimental in 4.2
* @experimental in 4.3
*/
final class SerializerStamp implements StampInterface
{
Expand Down
2 changes: 1 addition & 1 deletion src/Symfony/Component/Messenger/Stamp/StampInterface.php
Expand Up @@ -18,7 +18,7 @@
*
* @author Maxime Steinhausser <maxime.steinhausser@gmail.com>
*
* @experimental in 4.2
* @experimental in 4.3
*/
interface StampInterface
{
Expand Down
2 changes: 1 addition & 1 deletion src/Symfony/Component/Messenger/Stamp/ValidationStamp.php
Expand Up @@ -16,7 +16,7 @@
/**
* @author Maxime Steinhausser <maxime.steinhausser@gmail.com>
*
* @experimental in 4.2
* @experimental in 4.3
*/
final class ValidationStamp implements StampInterface
{
Expand Down
Expand Up @@ -20,7 +20,7 @@
/**
* @author Nicolas Grekas <p@tchwork.com>
*
* @experimental in 4.2
* @experimental in 4.3
*/
abstract class MiddlewareTestCase extends TestCase
{
Expand Down
2 changes: 1 addition & 1 deletion src/Symfony/Component/Messenger/TraceableMessageBus.php
Expand Up @@ -14,7 +14,7 @@
/**
* @author Samuel Roze <samuel.roze@gmail.com>
*
* @experimental in 4.2
* @experimental in 4.3
*/
class TraceableMessageBus implements MessageBusInterface
{
Expand Down
Expand Up @@ -12,7 +12,7 @@
namespace Symfony\Component\Messenger\Transport\AmqpExt;

/**
* @experimental in 4.2
* @experimental in 4.3
*/
class AmqpFactory
{
Expand Down
Expand Up @@ -25,7 +25,7 @@
*
* @author Samuel Roze <samuel.roze@gmail.com>
*
* @experimental in 4.2
* @experimental in 4.3
*/
class AmqpReceiver implements ReceiverInterface, MessageCountAwareInterface
{
Expand Down
Expand Up @@ -23,7 +23,7 @@
*
* @author Samuel Roze <samuel.roze@gmail.com>
*
* @experimental in 4.2
* @experimental in 4.3
*/
class AmqpSender implements SenderInterface
{
Expand Down
Expand Up @@ -21,7 +21,7 @@
/**
* @author Nicolas Grekas <p@tchwork.com>
*
* @experimental in 4.2
* @experimental in 4.3
*/
class AmqpTransport implements TransportInterface, SetupableTransportInterface, MessageCountAwareInterface
{
Expand Down
Expand Up @@ -18,7 +18,7 @@
/**
* @author Samuel Roze <samuel.roze@gmail.com>
*
* @experimental in 4.2
* @experimental in 4.3
*/
class AmqpTransportFactory implements TransportFactoryInterface
{
Expand Down
Expand Up @@ -20,7 +20,7 @@
*
* @final
*
* @experimental in 4.2
* @experimental in 4.3
*/
class Connection
{
Expand Down
Expand Up @@ -18,7 +18,7 @@
* @author Samuel Roze <samuel.roze@gmail.com>
* @author Ryan Weaver <ryan@symfonycasts.com>
*
* @experimental in 4.2
* @experimental in 4.3
*/
interface ReceiverInterface
{
Expand Down
Expand Up @@ -16,7 +16,7 @@
/**
* @author Samuel Roze <samuel.roze@gmail.com>
*
* @experimental in 4.2
* @experimental in 4.3
*/
interface SenderInterface
{
Expand Down

0 comments on commit 3a508e3

Please sign in to comment.