Closed zhukovra closed 4 years ago
I don't know how it was working without importing class: https://github.com/yiisoft/yii2-debug/blob/3faaa0d6a8ee7592f23f0962496773d1d9ead0b0/src/panels/DumpPanel.php#L120
Can be tested with:
$panel = new DumpPanel([ 'highlight' => false, ]); $panel->varDump('');
but I'm not sure that the tests needs to be written for that.
It's valid one. Good catch 👍 Please add a line for changelog. Thanks.
@samdark changelog added.
Merged. Thanks!
I don't know how it was working without importing class: https://github.com/yiisoft/yii2-debug/blob/3faaa0d6a8ee7592f23f0962496773d1d9ead0b0/src/panels/DumpPanel.php#L120
Can be tested with:
but I'm not sure that the tests needs to be written for that.