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 3fe312b commit 248c5cdCopy full SHA for 248c5cd
src/DebugBar/Resources/widgets/templates/widget.js
@@ -26,7 +26,7 @@
26
if (typeof(tpl.param_count) != 'undefined') {
27
$('<span title="Parameter count" />').addClass(csscls('param-count')).text(tpl.param_count).appendTo(li);
28
}
29
- if (typeof(tpl.type) != 'undefined') {
+ if (typeof(tpl.type) != 'undefined' && tpl.type) {
30
$('<span title="Type" />').addClass(csscls('type')).text(tpl.type).appendTo(li);
31
32
if (tpl.params && !$.isEmptyObject(tpl.params)) {
0 commit comments