From 08aa4418c30cfc18ccc69a0f0f9cb9e17be6c196 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Mon, 12 Aug 2013 09:28:15 +0200 Subject: Update to MediaWiki 1.21.1 --- includes/revisiondelete/RevisionDeleteAbstracts.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'includes/revisiondelete/RevisionDeleteAbstracts.php') diff --git a/includes/revisiondelete/RevisionDeleteAbstracts.php b/includes/revisiondelete/RevisionDeleteAbstracts.php index 4f58099f..b2108de6 100644 --- a/includes/revisiondelete/RevisionDeleteAbstracts.php +++ b/includes/revisiondelete/RevisionDeleteAbstracts.php @@ -47,7 +47,7 @@ abstract class RevDel_List extends RevisionListBase { * Set the visibility for the revisions in this list. Logging and * transactions are done here. * - * @param $params array Associative array of parameters. Members are: + * @param array $params Associative array of parameters. Members are: * value: The integer value to set the visibility to * comment: The log comment. * @return Status @@ -176,7 +176,7 @@ abstract class RevDel_List extends RevisionListBase { /** * Record a log entry on the action - * @param $params array Associative array of parameters: + * @param array $params Associative array of parameters: * newBits: The new value of the *_deleted bitfield * oldBits: The old value of the *_deleted bitfield. * title: The target title @@ -184,6 +184,7 @@ abstract class RevDel_List extends RevisionListBase { * comment: The log comment * authorsIds: The array of the user IDs of the offenders * authorsIPs: The array of the IP/anon user offenders + * @throws MWException */ protected function updateLog( $params ) { // Get the URL param's corresponding DB field @@ -219,7 +220,7 @@ abstract class RevDel_List extends RevisionListBase { /** * Get log parameter array. - * @param $params array Associative array of log parameters, same as updateLog() + * @param array $params Associative array of log parameters, same as updateLog() * @return array */ public function getLogParams( $params ) { -- cgit v1.2.2