(NFC) RunItems - Fix typo
authorTim Otten <totten@civicrm.org>
Sat, 30 Sep 2023 02:20:57 +0000 (19:20 -0700)
committerTim Otten <totten@civicrm.org>
Sat, 30 Sep 2023 02:21:40 +0000 (19:21 -0700)
Civi/Api4/Action/Queue/RunItems.php

index d711062e6ce9716c28c136261829c078ba63d8d6..e7e8bdbff784193cc2c9be88d7bbe4603ea58783 100644 (file)
@@ -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)
  */