Skip to content

Commit a9ad831

Browse files
committed
Merge branch '5.4' into 6.0
* 5.4: Revert "bug #42831 [Mime] Update mime types (fabpot)" Clean about command description after Environment section was removed Fix implicit float to int cast [Mime] Update mime types [HttpKernel] Fix timeline in profiler
2 parents d5b7138 + 5c04ec0 commit a9ad831

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DataCollector/TimeDataCollector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public function collect(Request $request, Response $response, \Throwable $except
4545
}
4646

4747
$this->data = [
48-
'token' => $response->headers->get('X-Debug-Token'),
48+
'token' => $request->attributes->get('_stopwatch_token'),
4949
'start_time' => $startTime * 1000,
5050
'events' => [],
5151
'stopwatch_installed' => class_exists(Stopwatch::class, false),

0 commit comments

Comments
 (0)