From ecfd8c393444469e5ab6baa0b713c5414b066837 Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Wed, 16 Nov 2016 10:56:04 -0800 Subject: [PATCH] LegacyLogger: Fix @return documentation for formatAsWfDebugLog() Follows-up 81e8d7af4. Change-Id: I04a1bb53e5d35434166596edda4cdb1fe189964b --- includes/debug/logger/LegacyLogger.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); -- 2.20.1