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
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:
parent
f9bd26cf09
commit
f225db0f1e
1 changed files with 1 additions and 1 deletions
|
@ -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 ) {
|
||||
|
|
Loading…
Reference in a new issue