Skip to content

Commit 59a4787

Browse files
[WebProfilerBundle] Format workflow calls duration
1 parent 74df71a commit 59a4787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/workflow.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@
319319
{% endif %}
320320
</td>
321321
<td>
322-
{{ call.duration }}ms
322+
{{ '%0.2f ms'|format(call.duration) }}
323323
</td>
324324
</tr>
325325
{% endfor %}

0 commit comments

Comments
 (0)