X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Fdebug%2Flogger%2Fmonolog%2FLegacyFormatter.php;h=92624a0b3dd4dc43899e97ac692cc2f9d8f78f62;hp=42e7cabad2e305aa0ab8484a811cdc474ec5a7a2;hb=cba0fb1c1576324e87b27b6d31ee4359195025c8;hpb=f1a890c34cebd8744bf3a6277734275fb975575a diff --git a/includes/debug/logger/monolog/LegacyFormatter.php b/includes/debug/logger/monolog/LegacyFormatter.php index 42e7cabad2..92624a0b3d 100644 --- a/includes/debug/logger/monolog/LegacyFormatter.php +++ b/includes/debug/logger/monolog/LegacyFormatter.php @@ -26,12 +26,11 @@ 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. + * delegating the formatting to \MediaWiki\Logger\LegacyLogger. * * @since 1.25 - * @author Bryan Davis - * @copyright © 2013 Bryan Davis and Wikimedia Foundation. - * @see \\MediaWiki\\Logger\\LegacyLogger + * @copyright © 2013 Wikimedia Foundation and contributors + * @see \MediaWiki\Logger\LegacyLogger */ class LegacyFormatter extends NormalizerFormatter {