Laravel-GitHub
Laravel-GitHub copied to clipboard
Add mixin to avoid PHPStan errors
Fixes #144, fixes #150, fixes #161 Larastan developers explained me how to do this: https://github.com/larastan/larastan/issues/1886
Thanks for taking the time to look into this, however I believe this PR to be incorrect because mixin loads these methods as instance methods instead of static methods.
Thanks! I'm absolutely okay if you decline this PR because I've already solved this for me by adding a .stub
file as described in the larastan issue.
Just curious if there's a correct way to load these methods with PHPDocs?