weixin_39731623 2020-11-22 04:10
浏览 0

[premium] dynamic return type

I'd like a feature called dynamic return type. I already know that feature from PHPStorm-Plugin. Related Github-Repo.

php
/**  \Car $example; **/
$exampe = myNew('car');

Would be nice if I didn't have to declare the type via phpDoc.

该提问来源于开源项目:bmewburn/vscode-intelephense

  • 写回答

0条回答 默认 最新

    报告相同问题?