We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fef1546 commit d9af8e9Copy full SHA for d9af8e9
src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/form.html.twig
@@ -457,7 +457,7 @@
457
{% import _self as tree %}
458
<div class="tree-details{% if not show|default(false) %} hidden{% endif %}" {% if data.id is defined %}id="{{ data.id }}-details"{% endif %}>
459
<h2 class="dump-inline">
460
- {{ name|default('(no name)') }} ({{ profiler_dump(data.type_class) }})
+ {{ name|default('(no name)') }} {% if data.type_class is defined %}({{ profiler_dump(data.type_class) }}){% endif %}
461
</h2>
462
463
{% if data.errors is defined and data.errors|length > 0 %}
0 commit comments