X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Flogging%2FPatrolLog.php;h=4f2a565de38f0a9c61734785451610ee656809ff;hb=5aa4042bd20502953e98f58161d5d241e06e10e8;hp=bcef4338662361c7303993cf0750a241108e1635;hpb=be7ee7d714b63f8bf5c07944b7eab9f6af2d9a1d;p=lhc%2Fweb%2Fwiklou.git 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 *