Skip to content

Commit ab28aa0

Browse files
[DebugBundle] adjust after review
1 parent c6e35d0 commit ab28aa0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DataCollector/DumpDataCollector.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ public function dump(Data $data)
6464
$name = false;
6565
$fileExcerpt = false;
6666

67-
for ($i = 1; $i < 6; ++$i) {
67+
for ($i = 1; $i < 7; ++$i) {
6868
if (isset($trace[$i]['class'], $trace[$i]['function'])
6969
&& 'dump' === $trace[$i]['function']
70-
&& 'Symfony\Bundle\DebugBundle\DebugBundle' === $trace[$i]['class']
70+
&& 'Symfony\Component\VarDumper\VarDumper' === $trace[$i]['class']
7171
) {
7272
$file = $trace[$i]['file'];
7373
$line = $trace[$i]['line'];

0 commit comments

Comments
 (0)