]> git.mxchange.org Git - friendica.git/commitdiff
Clarified return values
authorMichael <heluecht@pirati.ca>
Sun, 17 Mar 2019 15:49:21 +0000 (15:49 +0000)
committerMichael <heluecht@pirati.ca>
Sun, 17 Mar 2019 15:49:21 +0000 (15:49 +0000)
src/Protocol/ActivityPub/Processor.php

index de17770601d839ead9ba88e830bf1b6a0ea1e163..c38cba28f187419258727c62693323538b5edc03 100644 (file)
@@ -252,7 +252,7 @@ class Processor
         *
         * @param array $activity Activity array
         * @param array $item
-        * @return array
+        * @return array|bool Returns the item array or false if there was an unexpected occurrence
         * @throws \Exception
         */
        private static function processContent($activity, $item)