Services: Convert LocalisationCache's static to a const now HHVM is gone
[lhc/web/wiklou.git] / includes / revisiondelete / RevDelFileList.php
index 334dccf..ca7bc04 100644 (file)
@@ -110,10 +110,8 @@ class RevDelFileList extends RevDelList {
        }
 
        public function doPostCommitUpdates( array $visibilityChangeMap ) {
-               /** @var LocalFile $file */
                $file = MediaWikiServices::getInstance()->getRepoGroup()->getLocalRepo()
                        ->newFile( $this->title );
-               '@phan-var LocalFile $file';
                $file->purgeCache();
                $file->purgeDescription();