Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3a508e3

Browse filesBrowse files
Updated "experimental" annotations for 4.3
1 parent 08d9d43 commit 3a508e3
Copy full SHA for 3a508e3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Dismiss banner
Expand file treeCollapse file tree

53 files changed

+53
-53
lines changed

‎src/Symfony/Bridge/Doctrine/Messenger/DoctrineTransactionMiddleware.php

Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Doctrine/Messenger/DoctrineTransactionMiddleware.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
*
2323
* @author Tobias Nyholm <tobias.nyholm@gmail.com>
2424
*
25-
* @experimental in 4.2
25+
* @experimental in 4.3
2626
*/
2727
class DoctrineTransactionMiddleware implements MiddlewareInterface
2828
{

‎src/Symfony/Component/Messenger/Command/ConsumeMessagesCommand.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Command/ConsumeMessagesCommand.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
/**
3535
* @author Samuel Roze <samuel.roze@gmail.com>
3636
*
37-
* @experimental in 4.2
37+
* @experimental in 4.3
3838
*/
3939
class ConsumeMessagesCommand extends Command
4040
{

‎src/Symfony/Component/Messenger/Command/DebugCommand.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Command/DebugCommand.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
*
2424
* @author Roland Franssen <franssen.roland@gmail.com>
2525
*
26-
* @experimental in 4.2
26+
* @experimental in 4.3
2727
*/
2828
class DebugCommand extends Command
2929
{

‎src/Symfony/Component/Messenger/DataCollector/MessengerDataCollector.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/DataCollector/MessengerDataCollector.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
/**
2222
* @author Samuel Roze <samuel.roze@gmail.com>
2323
*
24-
* @experimental in 4.2
24+
* @experimental in 4.3
2525
*/
2626
class MessengerDataCollector extends DataCollector implements LateDataCollectorInterface
2727
{

‎src/Symfony/Component/Messenger/DependencyInjection/MessengerPass.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/DependencyInjection/MessengerPass.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
/**
2929
* @author Samuel Roze <samuel.roze@gmail.com>
3030
*
31-
* @experimental in 4.2
31+
* @experimental in 4.3
3232
*/
3333
class MessengerPass implements CompilerPassInterface
3434
{

‎src/Symfony/Component/Messenger/Envelope.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Envelope.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*
1919
* @author Maxime Steinhausser <maxime.steinhausser@gmail.com>
2020
*
21-
* @experimental in 4.2
21+
* @experimental in 4.3
2222
*/
2323
final class Envelope
2424
{

‎src/Symfony/Component/Messenger/Exception/ExceptionInterface.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Exception/ExceptionInterface.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* @author Samuel Roze <samuel.roze@gmail.com>
1818
*
19-
* @experimental in 4.2
19+
* @experimental in 4.3
2020
*/
2121
interface ExceptionInterface extends \Throwable
2222
{

‎src/Symfony/Component/Messenger/Exception/InvalidArgumentException.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Exception/InvalidArgumentException.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
/**
1515
* @author Yonel Ceruto <yonelceruto@gmail.com>
1616
*
17-
* @experimental in 4.2
17+
* @experimental in 4.3
1818
*/
1919
class InvalidArgumentException extends \InvalidArgumentException implements ExceptionInterface
2020
{

‎src/Symfony/Component/Messenger/Exception/LogicException.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Exception/LogicException.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
/**
1515
* @author Roland Franssen <franssen.roland@gmail.com>
1616
*
17-
* @experimental in 4.2
17+
* @experimental in 4.3
1818
*/
1919
class LogicException extends \LogicException implements ExceptionInterface
2020
{

‎src/Symfony/Component/Messenger/Exception/NoHandlerForMessageException.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Exception/NoHandlerForMessageException.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
/**
1515
* @author Samuel Roze <samuel.roze@gmail.com>
1616
*
17-
* @experimental in 4.2
17+
* @experimental in 4.3
1818
*/
1919
class NoHandlerForMessageException extends \LogicException implements ExceptionInterface
2020
{

‎src/Symfony/Component/Messenger/Exception/RuntimeException.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Exception/RuntimeException.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
/**
1515
* @author Fabien Potencier <fabien@symfony.com>
1616
*
17-
* @experimental in 4.2
17+
* @experimental in 4.3
1818
*/
1919
class RuntimeException extends \RuntimeException implements ExceptionInterface
2020
{

‎src/Symfony/Component/Messenger/Exception/TransportException.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Exception/TransportException.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
/**
1515
* @author Eric Masoero <em@studeal.fr>
1616
*
17-
* @experimental in 4.2
17+
* @experimental in 4.3
1818
*/
1919
class TransportException extends RuntimeException
2020
{

‎src/Symfony/Component/Messenger/Exception/ValidationFailedException.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Exception/ValidationFailedException.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
/**
1717
* @author Tobias Nyholm <tobias.nyholm@gmail.com>
1818
*
19-
* @experimental in 4.2
19+
* @experimental in 4.3
2020
*/
2121
class ValidationFailedException extends \RuntimeException implements ExceptionInterface
2222
{

‎src/Symfony/Component/Messenger/HandleTrait.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/HandleTrait.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
*
2020
* @author Maxime Steinhausser <maxime.steinhausser@gmail.com>
2121
*
22-
* @experimental in 4.2
22+
* @experimental in 4.3
2323
*/
2424
trait HandleTrait
2525
{

‎src/Symfony/Component/Messenger/Handler/HandlersLocator.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Handler/HandlersLocator.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* @author Nicolas Grekas <p@tchwork.com>
2121
* @author Samuel Roze <samuel.roze@gmail.com>
2222
*
23-
* @experimental in 4.2
23+
* @experimental in 4.3
2424
*/
2525
class HandlersLocator implements HandlersLocatorInterface
2626
{

‎src/Symfony/Component/Messenger/Handler/HandlersLocatorInterface.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Handler/HandlersLocatorInterface.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*
1919
* @author Nicolas Grekas <p@tchwork.com>
2020
*
21-
* @experimental in 4.2
21+
* @experimental in 4.3
2222
*/
2323
interface HandlersLocatorInterface
2424
{

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Handler/MessageHandlerInterface.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* @author Samuel Roze <samuel.roze@gmail.com>
1818
*
19-
* @experimental in 4.2
19+
* @experimental in 4.3
2020
*/
2121
interface MessageHandlerInterface
2222
{

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Handler/MessageSubscriberInterface.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* @author Samuel Roze <samuel.roze@gmail.com>
1818
*
19-
* @experimental in 4.2
19+
* @experimental in 4.3
2020
*/
2121
interface MessageSubscriberInterface extends MessageHandlerInterface
2222
{

‎src/Symfony/Component/Messenger/MessageBus.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/MessageBus.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* @author Matthias Noback <matthiasnoback@gmail.com>
2020
* @author Nicolas Grekas <p@tchwork.com>
2121
*
22-
* @experimental in 4.2
22+
* @experimental in 4.3
2323
*/
2424
class MessageBus implements MessageBusInterface
2525
{

‎src/Symfony/Component/Messenger/MessageBusInterface.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/MessageBusInterface.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
/**
1717
* @author Samuel Roze <samuel.roze@gmail.com>
1818
*
19-
* @experimental in 4.2
19+
* @experimental in 4.3
2020
*/
2121
interface MessageBusInterface
2222
{

‎src/Symfony/Component/Messenger/Middleware/ActivationMiddleware.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Middleware/ActivationMiddleware.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*
1919
* @author Maxime Steinhausser <maxime.steinhausser@gmail.com>
2020
*
21-
* @experimental in 4.2
21+
* @experimental in 4.3
2222
*/
2323
class ActivationMiddleware implements MiddlewareInterface
2424
{

‎src/Symfony/Component/Messenger/Middleware/HandleMessageMiddleware.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Middleware/HandleMessageMiddleware.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
/**
2424
* @author Samuel Roze <samuel.roze@gmail.com>
2525
*
26-
* @experimental in 4.2
26+
* @experimental in 4.3
2727
*/
2828
class HandleMessageMiddleware implements MiddlewareInterface
2929
{

‎src/Symfony/Component/Messenger/Middleware/MiddlewareInterface.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Middleware/MiddlewareInterface.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
/**
1717
* @author Samuel Roze <samuel.roze@gmail.com>
1818
*
19-
* @experimental in 4.2
19+
* @experimental in 4.3
2020
*/
2121
interface MiddlewareInterface
2222
{

‎src/Symfony/Component/Messenger/Middleware/SendMessageMiddleware.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Middleware/SendMessageMiddleware.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* @author Samuel Roze <samuel.roze@gmail.com>
2727
* @author Tobias Schultze <http://tobion.de>
2828
*
29-
* @experimental in 4.2
29+
* @experimental in 4.3
3030
*/
3131
class SendMessageMiddleware implements MiddlewareInterface
3232
{

‎src/Symfony/Component/Messenger/Middleware/StackInterface.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Middleware/StackInterface.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* Implementations must be cloneable, and each clone must unstack the stack independently.
1818
*
19-
* @experimental in 4.2
19+
* @experimental in 4.3
2020
*/
2121
interface StackInterface
2222
{

‎src/Symfony/Component/Messenger/Middleware/StackMiddleware.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Middleware/StackMiddleware.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
/**
1717
* @author Nicolas Grekas <p@tchwork.com>
1818
*
19-
* @experimental in 4.2
19+
* @experimental in 4.3
2020
*/
2121
class StackMiddleware implements MiddlewareInterface, StackInterface
2222
{

‎src/Symfony/Component/Messenger/Middleware/TraceableMiddleware.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Middleware/TraceableMiddleware.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
*
2020
* @author Maxime Steinhausser <maxime.steinhausser@gmail.com>
2121
*
22-
* @experimental in 4.2
22+
* @experimental in 4.3
2323
*/
2424
class TraceableMiddleware implements MiddlewareInterface
2525
{

‎src/Symfony/Component/Messenger/Middleware/ValidationMiddleware.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Middleware/ValidationMiddleware.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
/**
2020
* @author Tobias Nyholm <tobias.nyholm@gmail.com>
2121
*
22-
* @experimental in 4.2
22+
* @experimental in 4.3
2323
*/
2424
class ValidationMiddleware implements MiddlewareInterface
2525
{

‎src/Symfony/Component/Messenger/Stamp/HandledStamp.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Stamp/HandledStamp.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
*
2222
* @author Maxime Steinhausser <maxime.steinhausser@gmail.com>
2323
*
24-
* @experimental in 4.2
24+
* @experimental in 4.3
2525
*/
2626
final class HandledStamp implements StampInterface
2727
{

‎src/Symfony/Component/Messenger/Stamp/ReceivedStamp.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Stamp/ReceivedStamp.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
*
2424
* @author Samuel Roze <samuel.roze@gmail.com>
2525
*
26-
* @experimental in 4.2
26+
* @experimental in 4.3
2727
*/
2828
final class ReceivedStamp implements StampInterface
2929
{

‎src/Symfony/Component/Messenger/Stamp/SentStamp.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Stamp/SentStamp.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*
1919
* @author Maxime Steinhausser <maxime.steinhausser@gmail.com>
2020
*
21-
* @experimental in 4.2
21+
* @experimental in 4.3
2222
*/
2323
final class SentStamp implements StampInterface
2424
{

‎src/Symfony/Component/Messenger/Stamp/SerializerStamp.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Stamp/SerializerStamp.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
/**
1515
* @author Maxime Steinhausser <maxime.steinhausser@gmail.com>
1616
*
17-
* @experimental in 4.2
17+
* @experimental in 4.3
1818
*/
1919
final class SerializerStamp implements StampInterface
2020
{

‎src/Symfony/Component/Messenger/Stamp/StampInterface.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Stamp/StampInterface.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*
1919
* @author Maxime Steinhausser <maxime.steinhausser@gmail.com>
2020
*
21-
* @experimental in 4.2
21+
* @experimental in 4.3
2222
*/
2323
interface StampInterface
2424
{

‎src/Symfony/Component/Messenger/Stamp/ValidationStamp.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Stamp/ValidationStamp.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
/**
1717
* @author Maxime Steinhausser <maxime.steinhausser@gmail.com>
1818
*
19-
* @experimental in 4.2
19+
* @experimental in 4.3
2020
*/
2121
final class ValidationStamp implements StampInterface
2222
{

‎src/Symfony/Component/Messenger/Test/Middleware/MiddlewareTestCase.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Test/Middleware/MiddlewareTestCase.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
/**
2121
* @author Nicolas Grekas <p@tchwork.com>
2222
*
23-
* @experimental in 4.2
23+
* @experimental in 4.3
2424
*/
2525
abstract class MiddlewareTestCase extends TestCase
2626
{

‎src/Symfony/Component/Messenger/TraceableMessageBus.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/TraceableMessageBus.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
/**
1515
* @author Samuel Roze <samuel.roze@gmail.com>
1616
*
17-
* @experimental in 4.2
17+
* @experimental in 4.3
1818
*/
1919
class TraceableMessageBus implements MessageBusInterface
2020
{

‎src/Symfony/Component/Messenger/Transport/AmqpExt/AmqpFactory.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Transport/AmqpExt/AmqpFactory.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
namespace Symfony\Component\Messenger\Transport\AmqpExt;
1313

1414
/**
15-
* @experimental in 4.2
15+
* @experimental in 4.3
1616
*/
1717
class AmqpFactory
1818
{

‎src/Symfony/Component/Messenger/Transport/AmqpExt/AmqpReceiver.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Transport/AmqpExt/AmqpReceiver.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
*
2626
* @author Samuel Roze <samuel.roze@gmail.com>
2727
*
28-
* @experimental in 4.2
28+
* @experimental in 4.3
2929
*/
3030
class AmqpReceiver implements ReceiverInterface, MessageCountAwareInterface
3131
{

‎src/Symfony/Component/Messenger/Transport/AmqpExt/AmqpSender.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Transport/AmqpExt/AmqpSender.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
*
2424
* @author Samuel Roze <samuel.roze@gmail.com>
2525
*
26-
* @experimental in 4.2
26+
* @experimental in 4.3
2727
*/
2828
class AmqpSender implements SenderInterface
2929
{

‎src/Symfony/Component/Messenger/Transport/AmqpExt/AmqpTransport.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Transport/AmqpExt/AmqpTransport.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
/**
2222
* @author Nicolas Grekas <p@tchwork.com>
2323
*
24-
* @experimental in 4.2
24+
* @experimental in 4.3
2525
*/
2626
class AmqpTransport implements TransportInterface, SetupableTransportInterface, MessageCountAwareInterface
2727
{

‎src/Symfony/Component/Messenger/Transport/AmqpExt/AmqpTransportFactory.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Transport/AmqpExt/AmqpTransportFactory.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
/**
1919
* @author Samuel Roze <samuel.roze@gmail.com>
2020
*
21-
* @experimental in 4.2
21+
* @experimental in 4.3
2222
*/
2323
class AmqpTransportFactory implements TransportFactoryInterface
2424
{

‎src/Symfony/Component/Messenger/Transport/AmqpExt/Connection.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Transport/AmqpExt/Connection.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*
2121
* @final
2222
*
23-
* @experimental in 4.2
23+
* @experimental in 4.3
2424
*/
2525
class Connection
2626
{

‎src/Symfony/Component/Messenger/Transport/Receiver/ReceiverInterface.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Transport/Receiver/ReceiverInterface.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* @author Samuel Roze <samuel.roze@gmail.com>
1919
* @author Ryan Weaver <ryan@symfonycasts.com>
2020
*
21-
* @experimental in 4.2
21+
* @experimental in 4.3
2222
*/
2323
interface ReceiverInterface
2424
{

‎src/Symfony/Component/Messenger/Transport/Sender/SenderInterface.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Transport/Sender/SenderInterface.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
/**
1717
* @author Samuel Roze <samuel.roze@gmail.com>
1818
*
19-
* @experimental in 4.2
19+
* @experimental in 4.3
2020
*/
2121
interface SenderInterface
2222
{

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.