aboutsummaryrefslogtreecommitdiffstats
path: root/includes/FileStore.php
diff options
context:
space:
mode:
authorBrion Vibber <brion@users.mediawiki.org>2007-03-28 14:16:43 +0000
committerBrion Vibber <brion@users.mediawiki.org>2007-03-28 14:16:43 +0000
commit3a6ac5a3c3c59c15d7034b914f9549ce60fb7712 (patch)
treead2a7ea1de643da1dc71893cfecd4cc450d27027 /includes/FileStore.php
parent0eedb17177d1e0319273fd2ba9741d2990fa69e1 (diff)
downloadmediawikicore-3a6ac5a3c3c59c15d7034b914f9549ce60fb7712.tar.gz
mediawikicore-3a6ac5a3c3c59c15d7034b914f9549ce60fb7712.zip
Revert r20769: we don't use PHPDocumentor anymore, we use doxygen.
If making mass changes to tweak to its preferences, probably better to do it for the tool we actually generate docs with. :)
Notes
Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/20771
Diffstat (limited to 'includes/FileStore.php')
-rw-r--r--includes/FileStore.php7
1 files changed, 2 insertions, 5 deletions
diff --git a/includes/FileStore.php b/includes/FileStore.php
index 3d02bfa6135f..1fd35b01f618 100644
--- a/includes/FileStore.php
+++ b/includes/FileStore.php
@@ -1,8 +1,5 @@
<?php
-/**
- * @todo document (needs one-sentence top-level class description).
- */
class FileStore {
const DELETE_ORIGINAL = 1;
@@ -36,7 +33,7 @@ class FileStore {
* suffer an uncaught error the lock will be released when the
* connection is closed.
*
- * @todo Probably only works on MySQL. Abstract to the Database class?
+ * @fixme Probably only works on MySQL. Abstract to the Database class?
*/
static function lock() {
global $wgDBtype;
@@ -178,7 +175,7 @@ class FileStore {
* @throws FSException if file can't be deleted
* @return FSTransaction
*
- * @todo Might be worth preliminary permissions check
+ * @fixme Might be worth preliminary permissions check
*/
static function deleteFile( $path ) {
if( file_exists( $path ) ) {