X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Flogging%2FLogEventsList.php;h=4c0bd8ef98c6529d1b0ca3835c6b0c7906d7ca56;hb=52010e6d21d8bdefa1c89fbc9421850185cc5011;hp=1b56584f85d7c5446bef2090051f87a84c4253b6;hpb=799ca9856b52fb52b2d7d2356df109352eddd707;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/logging/LogEventsList.php b/includes/logging/LogEventsList.php index 1b56584f85..4c0bd8ef98 100644 --- a/includes/logging/LogEventsList.php +++ b/includes/logging/LogEventsList.php @@ -646,7 +646,7 @@ class LogEventsList extends ContextSource { /** * SQL clause to skip forbidden log types for this user * - * @param DatabaseBase $db + * @param IDatabase $db * @param string $audience Public/user * @param User $user User to check, or null to use $wgUser * @return string|bool String on success, false on failure.