Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f37bb8 commit 96c8e7aCopy full SHA for 96c8e7a
src/Symfony/Component/Notifier/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