Merge pull request #8911 from MrPetovan/task/curl_DI
[friendica.git/.git] / src / Protocol / ActivityPub / Processor.php
index db1492a..7c40105 100644 (file)
@@ -699,7 +699,7 @@ class Processor
         * @return string fetched message URL
         * @throws \Friendica\Network\HTTPException\InternalServerErrorException
         */
-       public static function fetchMissingActivity($url, $child = [])
+       public static function fetchMissingActivity(string $url, array $child = [])
        {
                if (!empty($child['receiver'])) {
                        $uid = ActivityPub\Receiver::getFirstUserFromReceivers($child['receiver']);