Skip to content

Commit 87a460c

Browse files
authored
Added named arguments
1 parent 2395b87 commit 87a460c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Loader.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ public function load(): \Generator
7777
[
7878
'content-type' => 'application/json',
7979
],
80-
$this->exchange,
81-
$this->topic,
80+
exchange: $this->exchange,
81+
routingKey: $this->topic,
8282
);
8383

8484
$line = yield new AcceptanceResultBucket($line);

0 commit comments

Comments
 (0)