Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e9577cb

Browse filesBrowse files
Display n/a for sub-requests time when Stopwatch component is not installed
1 parent 410b597 commit e9577cb
Copy full SHA for e9577cb

File tree

1 file changed

+1
-1
lines changed
Filter options
  • src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector

1 file changed

+1
-1
lines changed

‎src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/time.html.twig

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/time.html.twig
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
{% set subrequests_time = subrequests_time + child.getcollector('time').events.__section__.duration %}
8484
{% endfor %}
8585
{% else %}
86-
{% set subrequests_time = 0 %}
86+
{% set subrequests_time = 'n/a' %}
8787
{% endif %}
8888

8989
<div class="metric">

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.