Skip to content

Commit be4493c

Browse files
Merge branch '5.4' into 6.2
* 5.4: Migrate to `static` data providers using `rector/rector`
2 parents 4e7794e + 2376ad5 commit be4493c

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)