Markus Podar
Markus Podar
The amount of screen space being taking up is still ridiculous. Partly probably slacks fault being constantly changed, but also the, for some, unnecessary amount of information displayed. I still...
The issues I see: - double definition issue confuses phpstan It does not seem like a problem per se with phpstorm, it is able to handle both variants and also...
> Perhaps the best way is to remove static in the ide-helper `@anotation` instead of adding both static and non-static methods But this is a double edged sword: some _only_...
> reasonable and safe Please re-read https://github.com/barryvdh/laravel-ide-helper/pull/1446#issuecomment-1951412049 , in the current form the PR creates issues with existing projects.
Can you please also run the test suite so we see the changes?
Can you add a (failing) test? Or even provide a fix?
> Do you know any other way to fix this locally for the time being? Sorry, no.
Same answer as in https://github.com/barryvdh/laravel-ide-helper/issues/1497#issuecomment-1955986887
This is a problem of your IDEs/editors, not this package; this package (and Laravel phpdocs) provide everything to make these autocomplete: - `Model::first()` - `Model::where()->first()`
Although I made https://github.com/barryvdh/laravel-ide-helper/pull/1502 which includes the version for dbal, I think you'll find that you can't install it with Laravel 10 currently? Because it has set up these conflicts...