From 754a1a2bb51cf0cd7f8f06810a2484ff71df103e Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Wed, 2 Apr 2008 17:12:45 +0000 Subject: [PATCH] Tweak doc --- includes/LogEventList.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/LogEventList.php b/includes/LogEventList.php index b460a39df9..d37057b601 100644 --- a/includes/LogEventList.php +++ b/includes/LogEventList.php @@ -332,8 +332,8 @@ class LogEventList { } /** - * int $field one of DELETED_* bitfield constants * @param Row $row + * @param int $field one of DELETED_* bitfield constants * @return bool */ public static function isDeleted( $row, $field ) { -- 2.20.1