Skip to content

Commit 10a813f

Browse files
author
Oleg Namaka
committed
Fix the syntax to satisfy PHP 7.3
1 parent e11e2d7 commit 10a813f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Messenger/Bridge/Amqp/Tests/Transport/AmqpTransportTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public function testReceivesMessagesInBlockingMode()
5959
$connection = $this->getMockBuilder(Connection::class)
6060
->disableOriginalConstructor()
6161
->onlyMethods(['getQueueNames', 'pull'])
62-
->getMock(),
62+
->getMock()
6363
);
6464

6565
$decodedMessage = new DummyMessage('Decoded.');

0 commit comments

Comments
 (0)