Skip to content

Commit 5c94827

Browse files
committed
Reset profiler.
1 parent 4beb22d commit 5c94827

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

DataCollector/TranslationDataCollector.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,14 @@ public function collect(Request $request, Response $response, \Exception $except
5858
{
5959
}
6060

61+
/**
62+
* {@inheritdoc}
63+
*/
64+
public function reset()
65+
{
66+
$this->data = array();
67+
}
68+
6169
/**
6270
* @return array
6371
*/

0 commit comments

Comments
 (0)