X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Fdebug%2Flogger%2Fmonolog%2FLegacyFormatter.php;h=3cf6e466d2b51ee2db12575ea3f80c4b85c68866;hp=92624a0b3dd4dc43899e97ac692cc2f9d8f78f62;hb=2323b0ba8161892714c3aba9fc6a4212397e0283;hpb=75e693d5a4d80a9e12ccffd3c7074e279432d9d7 diff --git a/includes/debug/logger/monolog/LegacyFormatter.php b/includes/debug/logger/monolog/LegacyFormatter.php index 92624a0b3d..3cf6e466d2 100644 --- a/includes/debug/logger/monolog/LegacyFormatter.php +++ b/includes/debug/logger/monolog/LegacyFormatter.php @@ -24,9 +24,9 @@ use MediaWiki\Logger\LegacyLogger; use Monolog\Formatter\NormalizerFormatter; /** - * Log message formatter that mimics the legacy log message formatting of - * `wfDebug`, `wfDebugLog`, `wfLogDBError` and `wfErrorLog` global functions by - * delegating the formatting to \MediaWiki\Logger\LegacyLogger. + * Log message formatter that mimics the legacy log message formatting of `wfDebug`, `wfDebugLog`, + * `wfLogDBError` and the former `wfErrorLog` global functions by delegating the formatting to + * \MediaWiki\Logger\LegacyLogger. * * @since 1.25 * @copyright © 2013 Wikimedia Foundation and contributors