diff --git a/src/QueueInterface.php b/src/QueueInterface.php index b344a46c..1d1cf0c9 100644 --- a/src/QueueInterface.php +++ b/src/QueueInterface.php @@ -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 *