From: umherirrender Date: Thu, 3 Jul 2014 19:24:12 +0000 (+0200) Subject: Change mixed @param doc for PatrolLog::record X-Git-Tag: 1.31.0-rc.0~15080 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/?a=commitdiff_plain;h=bb9cf3a4902e9e1b0da1643e6faad01e2c513d02;p=lhc%2Fweb%2Fwiklou.git Change mixed @param doc for PatrolLog::record Change-Id: I5323144faa48eb7da8db15a5aa143e103029961f --- diff --git a/includes/logging/PatrolLog.php b/includes/logging/PatrolLog.php index bcef433866..4f2a565de3 100644 --- a/includes/logging/PatrolLog.php +++ b/includes/logging/PatrolLog.php @@ -30,7 +30,7 @@ class PatrolLog { /** * Record a log event for a change being patrolled * - * @param mixed $rc Change identifier or RecentChange object + * @param int|RecentChange $rc Change identifier or RecentChange object * @param bool $auto Was this patrol event automatic? * @param User $user User performing the action or null to use $wgUser *