X-Git-Url: https://git.cyclocoop.org/%242?a=blobdiff_plain;f=includes%2Flogging%2FPatrolLog.php;h=d737a4b1e1e55d141c18a1a0d6e9fe8c7d68d7b6;hb=78c11f067909b6b7424f68ead29075619556a243;hp=9b2e0982987b5db4379605e7962d5cd8f3e140c9;hpb=077d8f78139037e6f724ab24df8bde10b8708ce0;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/logging/PatrolLog.php b/includes/logging/PatrolLog.php index 9b2e098298..d737a4b1e1 100644 --- a/includes/logging/PatrolLog.php +++ b/includes/logging/PatrolLog.php @@ -33,8 +33,8 @@ class PatrolLog { * * @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 - * @param string|string[] $tags Change tags to add to the patrol log entry + * @param User|null $user User performing the action or null to use $wgUser + * @param string|string[]|null $tags Change tags to add to the patrol log entry * ($user should be able to add the specified tags before this is called) * * @return bool