From: Michael Date: Sun, 24 Jul 2022 13:11:52 +0000 (+0000) Subject: Standards X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=72bc92db623ac920b9ea05b57d7ff305be1cd8ee;p=friendica.git Standards --- 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)