]> git.mxchange.org Git - friendica.git/blobdiff - src/Protocol/ActivityPub/Processor.php
Merge remote-tracking branch 'upstream/develop' into personal-copy
[friendica.git] / src / Protocol / ActivityPub / Processor.php
index db1492aa1d254e127dcda72c9dadd7ebf49dcaa3..7c40105e20a385def29ddc6076f83548500af177 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']);