mirror of
https://github.com/maximebf/php-debugbar.git
synced 2025-01-16 21:08:34 +01:00
35fa8abe90
Introduce a new HtmlVariableListWidget that is similar to VariableListWidget but for variables with HTML contents. Update the collectors that use the existing VariableListWidget to use DebugBarVarDumper to dump the variables using the VarDumper HtmlDumper. Because many debug bar users may not yet support inline static assets, default to use the old VariableListWidget for now. Updated collectors: * ConfigCollector * RequestDataCollector