diff --git a/config/config.php.dist b/config/config.php.dist index ff897b857c80ace5f98b98c49d9a835db7d77cd2..d5b8f3747762b57b3f3a21b8725b709467a650af 100644 --- a/config/config.php.dist +++ b/config/config.php.dist @@ -407,7 +407,8 @@ $config = [ * This is an array of outputs. Each output has at least a 'class' option, which * selects the output. */ - 'statistics.out' => [// Log statistics to the normal log. + 'statistics.out' => [ + // Log statistics to the normal log. /* [ 'class' => 'core:Log',