Skip to content

Commit 2376ad5

Browse files
OskarStarknicolas-grekas
authored andcommitted
Migrate to static data providers using rector/rector
1 parent 00420da commit 2376ad5

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
@@ -209,7 +209,7 @@ public function testSetsParametersOnTheQueueAndExchange()
209209
$connection->publish('body');
210210
}
211211

212-
public function invalidQueueArgumentsDataProvider(): iterable
212+
public static function invalidQueueArgumentsDataProvider(): iterable
213213
{
214214
$baseDsn = 'amqp://localhost/%2f/messages';
215215

0 commit comments

Comments
 (0)