X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FFeed.php;h=92eec0830a94e315fd4262449354302e40ac75b9;hb=abcd62f59c21fe5d720cb43a11f152bc622a4936;hp=0e715df2ff3c6b73129687f468e4df3fdaa7df76;hpb=f1a57a507377157c2c8a57899bf08ac0a304e3d2;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Feed.php b/includes/Feed.php index 0e715df2ff..92eec0830a 100644 --- a/includes/Feed.php +++ b/includes/Feed.php @@ -153,6 +153,7 @@ class FeedItem { /** * Get the description of this item without any escaping * + * @return string */ public function getDescriptionUnescaped() { return $this->description;