8000 [HttpKernel] Fix resetting DumpDataCollector::$isCollected · Doctrs/symfony@4cec0e1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4cec0e1

Browse files
[HttpKernel] Fix resetting DumpDataCollector::$isCollected
1 parent 50f2ed7 commit 4cec0e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/HttpKernel/DataCollector/DumpDataCollector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ public function reset()
171171
}
172172
$this->data = array();
173173
$this->dataCount = 0;
174-
$this->isCollected = false;
174+
$this->isCollected = true;
175175
$this->clonesCount = 0;
176176
$this->clonesIndex = 0;
177177
}

0 commit comments

Comments
 (0)
0