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.
2 parents 51a25ac + a5cabdd commit 0f891d3Copy full SHA for 0f891d3
DependencyInjection/Configuration.php
@@ -186,7 +186,7 @@ public function getConfigTreeBuilder()
186
->ifTrue(function($v) { return isset($v['debug']); })
187
->thenInvalid('The "debug" name cannot be used as it is reserved for the handler of the profiler')
188
->end()
189
- ->setExample(array(
+ ->example(array(
190
'syslog' => array(
191
'type' => 'stream',
192
'path' => '/var/log/symfony.log',
0 commit comments