Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorprogger committed Dec 8, 2024
1 parent 92b2963 commit 9a8be8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Adapter/AdapterInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public function runExisting(callable $handlerCallback): void;
/**
* Returns status code of a message with the given id.
*
* @param string $id ID of a job message.
* @param string|int $id ID of a job message.
*
* @throws InvalidArgumentException When there is no such id in the adapter.
*
Expand Down

0 comments on commit 9a8be8c

Please sign in to comment.