filerepo: Use @method LocalRepo::newFile() to document the return type
[lhc/web/wiklou.git] / includes / filerepo / file / LocalFileMoveBatch.php
index 137119d..21980b9 100644 (file)
@@ -126,10 +126,8 @@ class LocalFileMoveBatch {
        public function execute() {
                $repo = $this->file->repo;
                $status = $repo->newGood();
-               /** @var LocalFile $destFile */
                $destFile = MediaWikiServices::getInstance()->getRepoGroup()->getLocalRepo()
                        ->newFile( $this->target );
-               '@phan-var LocalFile $destFile';
 
                $this->file->lock();
                $destFile->lock(); // quickly fail if destination is not available