Skip to content

Commit 75c5893

Browse files
authored
Insert newline
1 parent 19ca82f commit 75c5893

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config/config.php.dist

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,8 @@ $config = [
407407
* This is an array of outputs. Each output has at least a 'class' option, which
408408
* selects the output.
409409
*/
410-
'statistics.out' => [// Log statistics to the normal log.
410+
'statistics.out' => [
411+
// Log statistics to the normal log.
411412
/*
412413
[
413414
'class' => 'core:Log',

0 commit comments

Comments
 (0)