WikiFilePage: Remove weird useless comments
authorBartosz Dziewoński <matma.rex@gmail.com>
Sun, 24 Jan 2016 20:27:52 +0000 (21:27 +0100)
committerBartosz Dziewoński <matma.rex@gmail.com>
Sun, 24 Jan 2016 20:27:52 +0000 (21:27 +0100)
Change-Id: I0902ab6ddbfcec54f3385bdcdd5062503b5f1b95

includes/page/WikiFilePage.php

index c508abe..92a14af 100644 (file)
@@ -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 );