LogFormatter: Indent code to fix Doxygen parse error
authorTimo Tijhof <krinklemail@gmail.com>
Tue, 31 Mar 2015 23:48:04 +0000 (00:48 +0100)
committerKrinkle <krinklemail@gmail.com>
Thu, 2 Apr 2015 19:51:56 +0000 (19:51 +0000)
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

index 267a319..cf9fb53 100644 (file)
 
 /**
  * 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 {