Standards

This commit is contained in:
Michael 2022-07-23 23:15:08 +00:00
parent 073695b33c
commit c2b2e8ae9f
1 changed files with 1 additions and 1 deletions

View File

@ -41,8 +41,8 @@ class FetchMissingActivity
Logger::info('Successfully fetched missing activity', ['url' => $url]);
Queue::processReplyByUri($url);
} elseif (!Worker::defer()) {
// @todo perform recursive deletion of all entries
Logger::info('Activity could not be fetched', ['url' => $url]);
// @todo performe recursive deletion of all entries
} else {
Logger::info('Fetching deferred', ['url' => $url]);
}