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 42fb585 + be4493c commit 77bb348Copy full SHA for 77bb348
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