Skip to content

Commit fc62959

Browse files
committedJan 6, 2025··
Show time as milliseconds
1 parent fde7488 commit fc62959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/Debug/EmailCollector.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public function getContents() : string
7272
</p>
7373
<p><strong>Size:</strong> <?= Debugger::convertSize($data['length']) ?></p>
7474
<p>
75-
<strong>Time Sending:</strong> <?= \round($data['end'] - $data['start'], 6) ?> seconds
75+
<strong>Time Sending:</strong> <?= Debugger::roundSecondsToMilliseconds($data['end'] - $data['start']) ?> ms
7676
</p>
7777
<h3>Headers</h3>
7878
<table>

0 commit comments

Comments
 (0)
Please sign in to comment.