Skip to content

Commit 3e16e14

Browse files
authored
Merge pull request #7 from php-etl/fix/reject
Fixed the reject method : the arguments used were in the wrong order
2 parents 0acaa0b + f4b7d4e commit 3e16e14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Rejection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ public function reject(object|array $rejection, ?\Throwable $exception = null):
8181
[
8282
'content-type' => 'application/json',
8383
],
84-
$this->topic,
8584
$this->exchange,
85+
$this->topic,
8686
);
8787
}
8888

0 commit comments

Comments
 (0)