aboutsummaryrefslogtreecommitdiffstats
path: root/includes/filerepo/file/LocalFileLockError.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/filerepo/file/LocalFileLockError.php')
-rw-r--r--includes/filerepo/file/LocalFileLockError.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/includes/filerepo/file/LocalFileLockError.php b/includes/filerepo/file/LocalFileLockError.php
index e8d01547a681..64e39fb066dc 100644
--- a/includes/filerepo/file/LocalFileLockError.php
+++ b/includes/filerepo/file/LocalFileLockError.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,12 +16,12 @@
* http://www.gnu.org/copyleft/gpl.html
*
* @file
- * @ingroup FileAbstraction
*/
/**
* @newable
* @stable to extend
+ * @ingroup FileAbstraction
*/
class LocalFileLockError extends ErrorPageError {