From 1a7c3c967cebafbda17dda88080f40e24fffb423 Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Sat, 7 Dec 2024 20:25:14 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/QueueInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 *