From 72bc92db623ac920b9ea05b57d7ff305be1cd8ee Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 24 Jul 2022 13:11:52 +0000 Subject: [PATCH] Standards --- src/Worker/FetchMissingActivity.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Worker/FetchMissingActivity.php b/src/Worker/FetchMissingActivity.php index 91b473a6ef..bc7d80f7c5 100644 --- a/src/Worker/FetchMissingActivity.php +++ b/src/Worker/FetchMissingActivity.php @@ -33,7 +33,7 @@ class FetchMissingActivity /** * Fetch missing activities * @param string $url Contact URL - * + * * @return void */ public static function execute(string $url, array $child = [], string $relay_actor = '', int $completion = Receiver::COMPLETION_MANUAL)