Typo in comment
Some checks failed
PHP Code Checker / PHP Code Checker (pull_request) Failing after 43s
PHPUnit / PHPUnit – PHP 7.4 (pull_request) Failing after 1m1s
PHPUnit / PHPUnit – PHP 8.0 (pull_request) Failing after 56s
PHPUnit / PHPUnit – PHP 8.1 (pull_request) Failing after 55s
PHPUnit / PHPUnit – PHP 8.2 (pull_request) Failing after 53s
PHPUnit / PHPUnit – PHP 8.3 (pull_request) Failing after 54s
PHPUnit / PHPUnit – PHP 8.4 (pull_request) Failing after 57s

This commit is contained in:
André Menrath 2025-01-04 12:53:36 +01:00
parent f9bd26cf09
commit f225db0f1e

View file

@ -39,7 +39,7 @@ class Outbox_Parser {
/**
* Initialize the backfilling of events via the outbox of an ActivityPub actor.
*
* @param Event_Source $event_source The Source we want to backfill the events for.
* @param Event_Source $event_source The Event Source we want to backfill the events for.
* @return bool|WP_Error
*/
public static function backfill_events( $event_source ) {