X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2FFeed.php;h=f76a634d3f0860af9428883781389fa9638bc81c;hp=8bfe1c7ef9c1082982aa2d1da0b09dec9955004d;hb=d5a7166771613dfe4ed9fb75fa5efeced6134bd1;hpb=40a628a501fc05bb00e834fe359ca4061925f320 diff --git a/includes/Feed.php b/includes/Feed.php index 8bfe1c7ef9..f76a634d3f 100644 --- a/includes/Feed.php +++ b/includes/Feed.php @@ -54,8 +54,6 @@ class FeedItem { public $rssIsPermalink = false; /** - * Constructor - * * @param string|Title $title Item's title * @param string $description * @param string $url URL uniquely designating the item. @@ -236,7 +234,6 @@ abstract class ChannelFeed extends FeedItem { $wgOut->addVaryHeader( 'X-Forwarded-Proto' ); } $wgOut->sendCacheControl(); - } /**