We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66716c4 commit cf926e6Copy full SHA for cf926e6
Tests/Event/FailedMessageEventTest.php
@@ -47,7 +47,7 @@ public function testFailedMessageEventIsDisptachIfError()
47
$clientMock = $this->createMock(HttpClientInterface::class);
48
49
$transport = new class($clientMock, $eventDispatcherMock) extends AbstractTransport {
50
- public NullTransportException $exception;
+ public $exception;
51
52
public function __construct($client, EventDispatcherInterface $dispatcher = null)
53
{
0 commit comments