我创建了一种方法来查询数据库中存储库中的所有连接表。我还阅读了Howtocreatecustomrepository中的文档.该方法运行正常,但在PhpStorm中出现黄色警告Method'findAllDetail'notfound.如何修复此警告?下面是我的实体:namespaceApp\Entity;useDoctrine\Common\Collections\ArrayCollection;useDoctrine\Common\Collections\Collection;useDoctrine\ORM\MappingasORM;useSymfony\Component\Val