We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent fde7488 commit fc62959Copy full SHA for fc62959
src/Debug/EmailCollector.php
@@ -72,7 +72,7 @@ public function getContents() : string
72
</p>
73
<p><strong>Size:</strong> <?= Debugger::convertSize($data['length']) ?></p>
74
<p>
75
- <strong>Time Sending:</strong> <?= \round($data['end'] - $data['start'], 6) ?> seconds
+ <strong>Time Sending:</strong> <?= Debugger::roundSecondsToMilliseconds($data['end'] - $data['start']) ?> ms
76
77
<h3>Headers</h3>
78
<table>
0 commit comments