Skip to content

Commit 77bb348

Browse files
Merge branch '6.2' into 6.3
* 6.2: Fix merge Migrate to `static` data providers using `rector/rector`
2 parents 42fb585 + be4493c commit 77bb348

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Transport/ConnectionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ public function testSetsParametersOnTheQueueAndExchange()
194194
$connection->publish('body');
195195
}
196196

197-
public function invalidQueueArgumentsDataProvider(): iterable
197+
public static function invalidQueueArgumentsDataProvider(): iterable
198198
{
199199
$baseDsn = 'amqp://localhost/%2f/messages';
200200

0 commit comments

Comments
 (0)