关闭。这个问题需要详细或明确。它目前不接受答案。
**想改进这个问题吗?**编辑这篇文章,添加细节并澄清问题。
11小时前关门了。
改进这个问题
在“compoeser更新”之后,我得到了这个错误。
Argument 1 passed to Symfony\Component\VarDumper\Dumper\HtmlDumper::setDumpHeader() must be of the type string,
null given,
called in /home/vagrant/code/aggregation/vendor/maximebf/debugbar/src/DebugBar/DataFormatter/DebugBarVarDumper.php
on line 288
我该怎么修?
2条答案
按热度按时间zbdgwd5y1#
这是库中的一个问题,您应该降级包,直到修复为止。现在:添加到composer.json文件:“symfony/var dumper”:“<5.3.4”,以强制降级并运行composer更新
https://github.com/maximebf/php-debugbar/issues/474
vawmfj5a2#
在composer.json中添加一个旧的var转储程序
跑