Skip to content

Commit

Permalink
Update RouteCollector.php
Browse files Browse the repository at this point in the history
bugfix $useHtmlVarDumper must not be defined
  • Loading branch information
mostafasy committed Feb 19, 2024
1 parent 6a09dff commit 0e4f840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DataCollector/RouteCollector.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class RouteCollector extends DataCollector implements Renderable, AssetProvider

// The HTML var dumper requires debug bar users to support the new inline assets, which not all
// may support yet - so return false by default for now.
protected bool $useHtmlVarDumper = false;
protected $useHtmlVarDumper = false;

public function __construct(RouterInterface $router, array $config)
{
Expand Down

0 comments on commit 0e4f840

Please sign in to comment.