Skip to content

Commit a5cabdd

Browse files
committed
Replace ->setExample() by ->example() in configuration class
1 parent 51a25ac commit a5cabdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DependencyInjection/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ public function getConfigTreeBuilder()
186186
->ifTrue(function($v) { return isset($v['debug']); })
187187
->thenInvalid('The "debug" name cannot be used as it is reserved for the handler of the profiler')
188188
->end()
189-
->setExample(array(
189+
->example(array(
190190
'syslog' => array(
191191
'type' => 'stream',
192192
'path' => '/var/log/symfony.log',

0 commit comments

Comments
 (0)