From: Timo Tijhof Date: Wed, 16 Nov 2016 18:56:04 +0000 (-0800) Subject: LegacyLogger: Fix @return documentation for formatAsWfDebugLog() X-Git-Tag: 1.31.0-rc.0~4840^2 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dcompta/operations/modifier.php?a=commitdiff_plain;h=ecfd8c393444469e5ab6baa0b713c5414b066837;p=lhc%2Fweb%2Fwiklou.git LegacyLogger: Fix @return documentation for formatAsWfDebugLog() Follows-up 81e8d7af4. Change-Id: I04a1bb53e5d35434166596edda4cdb1fe189964b --- diff --git a/includes/debug/logger/LegacyLogger.php b/includes/debug/logger/LegacyLogger.php index 4d7c84d5c6..4614c46b6d 100644 --- a/includes/debug/logger/LegacyLogger.php +++ b/includes/debug/logger/LegacyLogger.php @@ -327,7 +327,7 @@ class LegacyLogger extends AbstractLogger { * @param string $channel * @param string $message * @param array $context - * @return null + * @return string */ protected static function formatAsWfDebugLog( $channel, $message, $context ) { $time = wfTimestamp( TS_DB );