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 5beed31 commit 279f1bfCopy full SHA for 279f1bf
docs/bridge_collectors.md
@@ -95,7 +95,7 @@ You need to wrap your `Twig_Environment` object into a `DebugBar\Bridge\Twig\Tra
95
96
$loader = new Twig_Loader_Filesystem('.');
97
$env = new DebugBar\Bridge\Twig\TraceableTwigEnvironment(new Twig_Environment($loader));
98
- $debugbar->addCollector(new DebugBar\Bridge\Twig\TwigDataCollector($env));
+ $debugbar->addCollector(new DebugBar\Bridge\Twig\TwigCollector($env));
99
100
You can provide a `DebugBar\DataCollector\TimeDataCollector` as the second argument of
101
`TraceableTwigEnvironment` so render operation can be measured.
0 commit comments