Fix phpstan errors

This commit is contained in:
Art4 2024-11-16 19:36:08 +00:00
commit ceb4747eea
3 changed files with 4 additions and 3 deletions

View file

@ -319,7 +319,7 @@ class Notifier
$recipients = $recipients_followup;
}
$apdelivery = self::activityPubDelivery($cmd, $target_item, $parent, $thr_parent, $a->getQueueValue('priority'), $a->getQueueValue('created'), $recipients);
$apdelivery = self::activityPubDelivery($cmd, $target_item, $parent, $thr_parent, $appHelper->getQueueValue('priority'), $appHelper->getQueueValue('created'), $recipients);
$ap_contacts = $apdelivery['contacts'];
$delivery_queue_count += $apdelivery['count'];