How to make Inteliphense identify the type of a variable from another file

前端 未结 0 1089
耶瑟儿~
耶瑟儿~ 2021-02-08 07:50

I have the following setup:

FileA.php

$classInstance = new MyClass();
require "FileB.php";

FileB.php

$v = $classI         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题