Skip to content

Commit c6d434f

Browse files
authored
Hide TimeDataCollector extending tabs (php-debugbar#742)
1 parent 16fa68d commit c6d434f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/DebugBar/DataCollector/TimeDataCollector.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@ public function collect()
238238
});
239239

240240
return array(
241+
'count' => count($this->measures),
241242
'start' => $this->requestStartTime,
242243
'end' => $this->requestEndTime,
243244
'duration' => $this->getRequestDuration(),

0 commit comments

Comments
 (0)