X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Flogging%2FPatrolLog.php;h=4f2a565de38f0a9c61734785451610ee656809ff;hb=0df899b79d0d350c7f7acac3e3d7052b7a170891;hp=bcef4338662361c7303993cf0750a241108e1635;hpb=11cb289cfc45fd40056bccae208934b11c98c10e;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 *