From 26b6aee38c79b32b426e5e68bbe060a214676867 Mon Sep 17 00:00:00 2001 From: kaldari Date: Sun, 7 Jul 2013 13:54:26 -0700 Subject: [PATCH] Improving comments in File class Change-Id: I5d1653f84f7e9324b234c2cc49e7ee5a1d0676ff --- includes/filerepo/file/File.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/includes/filerepo/file/File.php b/includes/filerepo/file/File.php index 0da4036ac1..9060731724 100644 --- a/includes/filerepo/file/File.php +++ b/includes/filerepo/file/File.php @@ -48,6 +48,7 @@ * @ingroup FileAbstraction */ abstract class File { + // Bitfield values akin to the Revision deletion constants const DELETED_FILE = 1; const DELETED_COMMENT = 2; const DELETED_USER = 4; @@ -1499,7 +1500,7 @@ abstract class File { * Is this file a "deleted" file in a private archive? * STUB * - * @param $field + * @param integer $field one of DELETED_* bitfield constants * * @return bool */ -- 2.20.1