From 15e8dc1ecfec313da1477a87f16321da775bd78a Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Wed, 1 Apr 2015 00:48:04 +0100 Subject: [PATCH] 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 --- includes/logging/LogFormatter.php | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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 { -- 2.20.1