From: Bartosz DziewoƄski Date: Sun, 24 Jan 2016 20:27:52 +0000 (+0100) Subject: WikiFilePage: Remove weird useless comments X-Git-Tag: 1.31.0-rc.0~8218^2~1 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=6f9e6dd8878e9560a26be2f510dff9e368bed815;p=lhc%2Fweb%2Fwiklou.git WikiFilePage: Remove weird useless comments Change-Id: I0902ab6ddbfcec54f3385bdcdd5062503b5f1b95 --- diff --git a/includes/page/WikiFilePage.php b/includes/page/WikiFilePage.php index c508abe389..92a14afa95 100644 --- a/includes/page/WikiFilePage.php +++ b/includes/page/WikiFilePage.php @@ -29,10 +29,10 @@ class WikiFilePage extends WikiPage { /** * @var File */ - protected $mFile = false; // !< File object - protected $mRepo = null; // !< - protected $mFileLoaded = false; // !< - protected $mDupes = null; // !< + protected $mFile = false; + protected $mRepo = null; + protected $mFileLoaded = false; + protected $mDupes = null; public function __construct( $title ) { parent::__construct( $title );