From 1edba2526d71cb110ec1e34c5e31a82ae72b74f9 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Sun, 23 Mar 2014 10:17:48 +0100 Subject: [PATCH] Fix documentation of wfDebugLog() - $public parameter does not exist anymore - Put the type before the parameter name Change-Id: I0f3a893803ab5466570ef45398f797e4714d9d37 --- includes/GlobalFunctions.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index a6f936fa6d..58395db651 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -1027,10 +1027,8 @@ function wfDebugMem( $exact = false ) { * * @since 1.23 support for sampling log messages via $wgDebugLogGroups. * - * @param $logGroup String - * @param $text String - * @param bool $public whether to log the event in the public log if no private - * log file is specified, (default true) + * @param string $logGroup + * @param string $text * @param string|bool $dest Destination of the message: * - 'all': both to the log and HTML (debug toolbar or HTML comments) * - 'log': only to the log and not in HTML -- 2.20.1