我定期收到以下错误:
appDevDebugProjectContainer.php第8205行中的FatalThrowableError: 解析错误:语法错误,意外'?',期望变量 (T_VARIABLE)
当我查看我的开发缓存中的代码时,我可以看到一个随机?
前缀为typehint。
这是从哪里来的?为什么会这样?
唯一的解决方案似乎是难以删除我的缓存。
/**
* {@inheritDoc}
*/
public function __construct(?\Symfony\Component\EventDispatcher\EventDispatcherInterface $eventDispatcher = null)
{
static $reflection;