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 bc8e142 commit 2c78cc4Copy full SHA for 2c78cc4
src/DataCollector/CacheCollector.php
@@ -108,14 +108,14 @@ public function getWidgets()
108
{
109
return [
110
'cache' => [
111
- 'icon' => 'lock',
+ 'icon' => 'clipboard',
112
'widget' => 'PhpDebugBar.Widgets.TimelineWidget',
113
'map' => 'cache',
114
'default' => '{}',
115
],
116
'cache:badge' => [
117
'map' => 'cache.nb_measures',
118
- 'default' => 0,
+ 'default' => 'null',
119
120
];
121
}
0 commit comments