如果在服务上调用不存在的方法,则PHPStorm不会显示警告。
例如:PHPStorm未显示"未找到方法"
$this->get("vendor.service")->inexistentMethod();
例如:PHPStorm显示"找不到方法"
/** @var VendorService $service */
$service = $this->get("vendor.service");
$service->inexistentMethod();
是错误还是配置问题?
ENV:
PhpStorm 2017.2
Build #PS-172.3317.83, built on July 18, 2017
JRE: 1.8.0_152-release-915-b5 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Windows 10 10.0
Symfony Plugin Version: 0.14.149
答案 0 :(得分:0)
安装phpstorm
的symfony插件