Closed Casmo closed 3 months ago
Thank you! 🍺
Two small things before merging:
Done!
Thanks!
This has broken IDE autocompletion for me. Now PhpStorm thinks handle()
when called via ::make()->handle(...)
points to vendor/laravel/framework/src/Illuminate/Foundation/Application.php
's handle()
method.
I deliberately don't use the ::run()
syntax for this reason.
@austincarpenter Hi there, this was a partial revert of https://github.com/lorisleiva/laravel-actions/pull/285 which was only published a patch
version earlier (in the matter of days). When did you experience that autocompletion working and then not working?
@lorisleiva Prior to #285 it was working due to the docblock, also after due to the return type and now post #287 it's not due to neither a docblock nor a return type.
Gotcha, so we just need the docblock back right? If so, would you be able to submit a small PR for this and I'll get that merged/patched immediately?
Apologies for the delay on this one. Thanks @TaylorWilton @lorisleiva 👏
Remove static return type. See https://github.com/lorisleiva/laravel-actions/pull/285#issuecomment-2296463178