You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m getting conflicts with this package, and the PHP Intelephense extension in Visual Studio Code.
IDE Helper seems to be generating a stub for the Illuminate\Http\Request class, that contains only a single method declaration (for the user method), so then Intelephense reports any other method on the Request class (input, route, etc) as undefined.
I’m not even sure why/when the IDE Helper package generated this stub file, as I only use IDE Helper to generate auto-completions for models using the php artisan ide-helper:models -N command.
The text was updated successfully, but these errors were encountered:
Versions:
Description:
I’m getting conflicts with this package, and the PHP Intelephense extension in Visual Studio Code.
IDE Helper seems to be generating a stub for the
Illuminate\Http\Request
class, that contains only a single method declaration (for theuser
method), so then Intelephense reports any other method on theRequest
class (input
,route
, etc) as undefined.I’m not even sure why/when the IDE Helper package generated this stub file, as I only use IDE Helper to generate auto-completions for models using the
php artisan ide-helper:models -N
command.The text was updated successfully, but these errors were encountered: