mirror of
https://github.com/maximebf/php-debugbar.git
synced 2025-01-17 05:18:32 +01:00
Fix type
This commit is contained in:
parent
ab02c692d2
commit
8d12ad1393
@ -99,7 +99,7 @@ Aggregates multiple collectors. Do not provide any widgets, you have to add your
|
||||
$renderer->addControl('all_messages', array(
|
||||
'widget' => 'PhpDebugBar.Widgets.MessagesWidget',
|
||||
'map' => 'all_messages',
|
||||
'default' => '[]';
|
||||
'default' => '[]',
|
||||
));
|
||||
|
||||
## Others
|
||||
|
Loading…
x
Reference in New Issue
Block a user