Skip to content

Commit bc71f04

Browse files
committed
Fix up formatting
1 parent 142bc8e commit bc71f04

File tree

2 files changed

+84
-168
lines changed

2 files changed

+84
-168
lines changed

DependencyInjection/Configuration.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -939,8 +939,7 @@ public function getConfigTreeBuilder()
939939
->ifTrue(function ($v) { return isset($v['debug']); })
940940
->thenInvalid('The "debug" name cannot be used as it is reserved for the handler of the profiler')
941941
->end()
942-
->example(
943-
[
942+
->example([
944943
'syslog' => [
945944
'type' => 'stream',
946945
'path' => '/var/log/symfony.log',
@@ -958,8 +957,7 @@ public function getConfigTreeBuilder()
958957
'type' => 'service',
959958
'id' => 'my_handler',
960959
]
961-
]
962-
)
960+
])
963961
->end()
964962
->end()
965963
;

0 commit comments

Comments
 (0)