关于PHP多商户版开发者工具PHPSTORM无法识别方法(跳转声明问题)
举例:
app/common/repositories/system/CountRepository.php
1530行
getMerchantProductSalesPriceTop方法中
当StoreOrderProductRepository中不存在getProductRate方法时(getProductRate方法实际是存在于app/common/dao/store/order/StoreOrderProductDao.php中),由于这种容器的调用方式,我的编辑器无法跳转声明,
需要加上声明,才能正常跳转声明
/** @var StoreOrderProductRepository $storeOrderProductRepository */
请问有什么办法能够解决这个问题,是需要安装什么插件还是我的开发者工具的问题?已经更换两个版本的phpstorm工具,均无法正常使用。