projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b96fd06
)
(NFC) RunItems - Fix typo
author
Tim Otten
<totten@civicrm.org>
Sat, 30 Sep 2023 02:20:57 +0000
(19:20 -0700)
committer
Tim Otten
<totten@civicrm.org>
Sat, 30 Sep 2023 02:21:40 +0000
(19:21 -0700)
Civi/Api4/Action/Queue/RunItems.php
patch
|
blob
|
blame
|
history
diff --git
a/Civi/Api4/Action/Queue/RunItems.php
b/Civi/Api4/Action/Queue/RunItems.php
index d711062e6ce9716c28c136261829c078ba63d8d6..e7e8bdbff784193cc2c9be88d7bbe4603ea58783 100644
(file)
--- 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 setItem
s(?array $items
)
+ * @method ?array getItem
s
()
* @method ?string setQueue
* @method $this setQueue(?string $queue)
*/