]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/ItemContent.php
Fix PHPDoc comments project-wide
[friendica.git] / src / Model / ItemContent.php
index 25ae6b84241e3cc4fac78e77dd3f24402527f6ae..6d03ae3253b28c8e51ae6de236b9b5803756c248 100644 (file)
@@ -22,9 +22,10 @@ class ItemContent extends BaseObject
         * @param int    $htmlmode       This controls the behavior of the BBCode conversion
         * @param string $target_network Name of the network where the post should go to.
         *
-        * @see \Friendica\Content\Text\BBCode::getAttachedData
-        *
         * @return array Same array structure than \Friendica\Content\Text\BBCode::getAttachedData
+        * @throws \Friendica\Network\HTTPException\InternalServerErrorException
+        * @see   \Friendica\Content\Text\BBCode::getAttachedData
+        *
         */
        public static function getPlaintextPost($item, $limit = 0, $includedlinks = false, $htmlmode = 2, $target_network = '')
        {