barryvdh / laravel-ide-helper

IDE Helper for Laravel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

_ide_helper.php static function output?

slushpuppy opened this issue · comments

Versions:

  • ide-helper Version: how do I check?
  • Laravel Version: 10
  • PHP Version: 8.2.4

Question:

Hi,
When generating facades, I noticed the function created are all static when it should be instance non static functions. Is there something I should be enabling for this ide-helper to generate the correct output?

Thanks