Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Dec 7, 2024
1 parent 3cfa3e6 commit 1a7c3c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/QueueInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function run(int $max = 0): int;
public function listen(): void;

/**
* @param string|int $id A message id
* @param int|string $id A message id
*
* @throws InvalidArgumentException when there is no such id in the adapter
*
Expand Down

0 comments on commit 1a7c3c9

Please sign in to comment.