We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 142bc8e commit bc71f04Copy full SHA for bc71f04
DependencyInjection/Configuration.php
@@ -939,8 +939,7 @@ public function getConfigTreeBuilder()
939
->ifTrue(function ($v) { return isset($v['debug']); })
940
->thenInvalid('The "debug" name cannot be used as it is reserved for the handler of the profiler')
941
->end()
942
- ->example(
943
- [
+ ->example([
944
'syslog' => [
945
'type' => 'stream',
946
'path' => '/var/log/symfony.log',
@@ -958,8 +957,7 @@ public function getConfigTreeBuilder()
958
957
'type' => 'service',
959
'id' => 'my_handler',
960
]
961
- ]
962
- )
+ ])
963
964
965
;
0 commit comments