Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Research: How to deal with the 'magic methods' warning #390

Open
v-stamenova opened this issue Apr 12, 2024 · 1 comment
Open

Research: How to deal with the 'magic methods' warning #390

v-stamenova opened this issue Apr 12, 2024 · 1 comment
Labels
question Further information is requested

Comments

@v-stamenova
Copy link
Collaborator

As you know most of the time PhpStorm gives the warning that the method that is being accessed is via 'magic method'. It would be nice to figure out how to deal with it so that 1. less spelling mistakes when calling a method, 2. less complaining from PhpStorm

@v-stamenova v-stamenova added the question Further information is requested label Apr 12, 2024
@dwaard
Copy link
Collaborator

dwaard commented May 16, 2024

Check this package: https://github.com/barryvdh/laravel-ide-helper

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants