]> git.mxchange.org Git - friendica.git/blobdiff - include/items.php
Update more PHPDoc, including in include/
[friendica.git] / include / items.php
index 3dd405e786072c42fa595f648ff94760df0e695d..2f98122b7b9bfc16fe4bece78b18f4caac7094da 100644 (file)
@@ -242,6 +242,15 @@ function add_page_info_to_body($body, $texturl = false, $no_photos = false)
  * model where comments can have sub-threads. That would require some massive sorting
  * to get all the feed items into a mostly linear ordering, and might still require
  * recursion.
+ *
+ * @param       $xml
+ * @param array $importer
+ * @param array $contact
+ * @param       $hub
+ * @param int   $datedir
+ * @param int   $pass
+ * @throws ImagickException
+ * @throws \Friendica\Network\HTTPException\InternalServerErrorException
  */
 function consume_feed($xml, array $importer, array $contact, &$hub, $datedir = 0, $pass = 0)
 {