From: Alexandre Emsenhuber Date: Fri, 22 Jan 2010 19:58:13 +0000 (+0000) Subject: Fixed some doxygen warnings X-Git-Tag: 1.31.0-rc.0~38157 X-Git-Url: http://git.cyclocoop.org/%22%2C%20generer_url_ecrire%28?a=commitdiff_plain;h=42df7b31120b16c8d3120bc3a9768bed32922cb3;p=lhc%2Fweb%2Fwiklou.git Fixed some doxygen warnings --- diff --git a/includes/PatrolLog.php b/includes/PatrolLog.php index 117ed4e6b9..5727853e34 100644 --- a/includes/PatrolLog.php +++ b/includes/PatrolLog.php @@ -11,8 +11,8 @@ class PatrolLog { /** * Record a log event for a change being patrolled * - * @param mixed $change Change identifier or RecentChange object - * @param bool $auto Was this patrol event automatic? + * @param $rc Mixed: change identifier or RecentChange object + * @param $auto Boolean: was this patrol event automatic? */ public static function record( $rc, $auto = false ) { if( !( $rc instanceof RecentChange ) ) { @@ -33,10 +33,10 @@ class PatrolLog { /** * Generate the log action text corresponding to a patrol log item * - * @param Title $title Title of the page that was patrolled - * @param array $params Log parameters (from logging.log_params) - * @param Skin $skin Skin to use for building links, etc. - * @return string + * @param $title Title of the page that was patrolled + * @param $params Array: log parameters (from logging.log_params) + * @param $skin Skin to use for building links, etc. + * @return String */ public static function makeActionText( $title, $params, $skin ) { list( $cur, /* $prev */, $auto ) = $params; @@ -74,9 +74,9 @@ class PatrolLog { /** * Prepare log parameters for a patrolled change * - * @param RecentChange $change RecentChange to represent - * @param bool $auto Whether the patrol event was automatic - * @return array + * @param $change RecentChange to represent + * @param $auto Boolean: whether the patrol event was automatic + * @return Array */ private static function buildParams( $change, $auto ) { return array(