We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53112ba commit 07f07adCopy full SHA for 07f07ad
DependencyInjection/Configuration.php
@@ -74,6 +74,7 @@ public function getConfigTreeBuilder()
74
->arrayNode('toolbar')
75
->canBeDisabled()
76
->addDefaultsIfNotSet()
77
+ ->info("Extend the debug profiler with inforation about requests. This could only be active when the kernel is in debug mode. ")
78
->children()
79
->scalarNode('formatter')->defaultNull()->end()
80
->end()
0 commit comments