From 861437d6e48c96288541b618121fddf744d301bd Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Fri, 29 Sep 2023 19:20:57 -0700 Subject: [PATCH] (NFC) RunItems - Fix typo --- Civi/Api4/Action/Queue/RunItems.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Civi/Api4/Action/Queue/RunItems.php b/Civi/Api4/Action/Queue/RunItems.php index d711062e6c..e7e8bdbff7 100644 --- a/Civi/Api4/Action/Queue/RunItems.php +++ b/Civi/Api4/Action/Queue/RunItems.php @@ -30,8 +30,8 @@ use Civi\Core\Event\GenericHookEvent; * - 'retry': Task encountered an error. Will try again later. * - 'fail': Task encountered an error. Will not try again later. Removed from queue. * - * @method $this setItem(?array $item) - * @method ?array getItem() + * @method $this setItems(?array $items) + * @method ?array getItems() * @method ?string setQueue * @method $this setQueue(?string $queue) */ -- 2.25.1