From: Timo Tijhof Date: Tue, 31 Mar 2015 23:48:04 +0000 (+0100) Subject: LogFormatter: Indent code to fix Doxygen parse error X-Git-Tag: 1.31.0-rc.0~11873 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=15e8dc1ecfec313da1477a87f16321da775bd78a;p=lhc%2Fweb%2Fwiklou.git LogFormatter: Indent code to fix Doxygen parse error This file was not being indexed due to a parse error. > /includes/logging/LogFormatter.php:844: > warning: Reached end of file while still inside a (nested) comment. > Nesting level 2 (probable line reference: 48, 26) Change-Id: Ie34ae644d06e705991b934d4389e8c41bb7f77a7 --- diff --git a/includes/logging/LogFormatter.php b/includes/logging/LogFormatter.php index 267a3194b8..cf9fb530d6 100644 --- a/includes/logging/LogFormatter.php +++ b/includes/logging/LogFormatter.php @@ -25,9 +25,12 @@ /** * Implements the default log formatting. - * Can be overridden by subclassing and setting - * $wgLogActionsHandlers['type/subtype'] = 'class'; or - * $wgLogActionsHandlers['type/*'] = 'class'; + * + * Can be overridden by subclassing and setting: + * + * $wgLogActionsHandlers['type/subtype'] = 'class'; or + * $wgLogActionsHandlers['type/*'] = 'class'; + * * @since 1.19 */ class LogFormatter {