Skip to content

Commit

Permalink
Change the quote style
Browse files Browse the repository at this point in the history
  • Loading branch information
Konafets committed Mar 20, 2018
1 parent c112903 commit d4c6f8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Classes/DataCollectors/InfoCollector.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public function getWidgets()
'icon' => 'info',
'widget' => 'PhpDebugBar.Widgets.VariableListWidget',
'map' => 'info',
"default" => '[]',
'default' => '[]',
],
];
}
Expand Down
2 changes: 1 addition & 1 deletion Classes/DataCollectors/SessionCollector.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public function getWidgets()
'icon' => 'archive',
'widget' => 'PhpDebugBar.Widgets.VariableListWidget',
'map' => 'session',
"default" => '[]',
'default' => '[]',
],
];
}
Expand Down

0 comments on commit d4c6f8f

Please sign in to comment.