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.
2 parents 4e7794e + 2376ad5 commit be4493cCopy full SHA for be4493c
Tests/Transport/ConnectionTest.php
@@ -194,7 +194,7 @@ public function testSetsParametersOnTheQueueAndExchange()
194
$connection->publish('body');
195
}
196
197
- public function invalidQueueArgumentsDataProvider(): iterable
+ public static function invalidQueueArgumentsDataProvider(): iterable
198
{
199
$baseDsn = 'amqp://localhost/%2f/messages';
200
0 commit comments