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 c6e35d0 commit ab28aa0Copy full SHA for ab28aa0
DataCollector/DumpDataCollector.php
@@ -64,10 +64,10 @@ public function dump(Data $data)
64
$name = false;
65
$fileExcerpt = false;
66
67
- for ($i = 1; $i < 6; ++$i) {
+ for ($i = 1; $i < 7; ++$i) {
68
if (isset($trace[$i]['class'], $trace[$i]['function'])
69
&& 'dump' === $trace[$i]['function']
70
- && 'Symfony\Bundle\DebugBundle\DebugBundle' === $trace[$i]['class']
+ && 'Symfony\Component\VarDumper\VarDumper' === $trace[$i]['class']
71
) {
72
$file = $trace[$i]['file'];
73
$line = $trace[$i]['line'];
0 commit comments