Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork151
-
Is possible avoid this (in Laravel framework)? (I don't want turn off missing methods warning, just when they are really not missing like in Laravel). |
BetaWas this translation helpful?Give feedback.
All reactions
yes, this is a known issue with phpactor/larvel helpers. phpactor doesn't "merge" the stubs
Replies: 2 comments 9 replies
-
I'm not gamiliar with the Laravel TestResponse - how does Laravel define them? |
BetaWas this translation helpful?Give feedback.
All reactions
-
https://laravel.com/api/11.x/Illuminate/Testing/TestResponse.html |
BetaWas this translation helpful?Give feedback.
All reactions
-
what happens when you "jump to definition" on |
BetaWas this translation helpful?Give feedback.
All reactions
-
hmm it's jumps into _ide_helpers.php .. even if I have: use Illuminate\Testing\TestResponse; /** @noinspection PhpUndefinedClassInspection *//** @noinspection PhpFullyQualifiedNameUsageInspection *//** @noinspection PhpUnusedAliasInspection */namespaceIlluminate\Testing {/** * @see \Inertia\Testing\TestResponseMacros * * @method self assertInertia(\Closure $assert = null) */class TestResponse {// }}..... |
BetaWas this translation helpful?Give feedback.
All reactions
-
It looks fine if I delete _ide_helpers files 🙃 |
BetaWas this translation helpful?Give feedback.
All reactions
-
yes, this is a known issue with phpactor/larvel helpers. phpactor doesn't "merge" the stubs |
BetaWas this translation helpful?Give feedback.
All reactions
👍 1
