Skip to content

Commit 8d12ad1

Browse files
committed
Fix type
1 parent ab02c69 commit 8d12ad1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/base_collectors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Aggregates multiple collectors. Do not provide any widgets, you have to add your
9999
$renderer->addControl('all_messages', array(
100100
'widget' => 'PhpDebugBar.Widgets.MessagesWidget',
101101
'map' => 'all_messages',
102-
'default' => '[]';
102+
'default' => '[]',
103103
));
104104

105105
## Others

0 commit comments

Comments
 (0)