Tweak doc
authorAaron Schulz <aaron@users.mediawiki.org>
Wed, 2 Apr 2008 17:12:45 +0000 (17:12 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Wed, 2 Apr 2008 17:12:45 +0000 (17:12 +0000)
includes/LogEventList.php

index b460a39..d37057b 100644 (file)
@@ -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 ) {