我已经在我的Doctrine模型中编辑了一些方法来使用TypeHinting。在模型中添加TypeHinting后,我再也无法使用它们了。我收到了这个错误:
ErrorException
Declaration of DoctrineProxies\__CG__\Entities\Place::setLocation() should be compatible with Entities\Place::setLocation(Entities\Location $location)
我个人更喜欢使用TypeHinting,所以我希望有人可以帮我解决这个问题。