aboutsummaryrefslogtreecommitdiffstats
path: root/includes/filerepo/file/LocalFileMoveBatch.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/filerepo/file/LocalFileMoveBatch.php')
-rw-r--r--includes/filerepo/file/LocalFileMoveBatch.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/includes/filerepo/file/LocalFileMoveBatch.php b/includes/filerepo/file/LocalFileMoveBatch.php
index b66b76ae3dfc..476f95ef6cc5 100644
--- a/includes/filerepo/file/LocalFileMoveBatch.php
+++ b/includes/filerepo/file/LocalFileMoveBatch.php
@@ -1,7 +1,5 @@
<?php
/**
- * Local file in the wiki's own database.
- *
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
@@ -18,7 +16,6 @@
* http://www.gnu.org/copyleft/gpl.html
*
* @file
- * @ingroup FileAbstraction
*/
use MediaWiki\Logger\LoggerFactory;
@@ -29,6 +26,7 @@ use Wikimedia\ScopedCallback;
/**
* Helper class for file movement
+ *
* @ingroup FileAbstraction
*/
class LocalFileMoveBatch {