diff --git a/src/Debug/AppCollector.php b/src/Debug/AppCollector.php
index 22bc33d..973616a 100644
--- a/src/Debug/AppCollector.php
+++ b/src/Debug/AppCollector.php
@@ -138,7 +138,7 @@ protected function renderLoadedServices() : string
| Service |
Instances |
- Time to Load |
+ Time to Load |
@@ -147,12 +147,12 @@ protected function renderLoadedServices() : string
| = $service ?> |
= $data[0]['name'] ?> |
- = \round($data[0]['end'] - $data[0]['start'], 6) ?> |
+ = Debugger::roundSecondsToMilliseconds($data[0]['end'] - $data[0]['start']) ?> |
| = $data[$i]['name'] ?> |
- = \round($data[$i]['end'] - $data[$i]['start'], 6) ?> |
+ = Debugger::roundSecondsToMilliseconds($data[$i]['end'] - $data[$i]['start']) ?> |