-
Notifications
You must be signed in to change notification settings - Fork 72
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
Mismatched function signatures #153
Labels
bug
Something isn't working
Comments
@bramceulemans this is due to a breaking change in ide-helper. You need to downgrade ide-helper to one listed within the constraint here: https://github.com/psalm/psalm-plugin-laravel/blob/master/composer.json#L8 |
Alright, any hope on fixing this in the future? |
It's really up to ide-helper, they're the ones who created the breaking change in a non-major version release |
bereket-WMDE
added a commit
to wbstack/api
that referenced
this issue
Jun 28, 2021
bereket-WMDE
added a commit
to wbstack/api
that referenced
this issue
Jun 28, 2021
addshore
pushed a commit
to wbstack/api
that referenced
this issue
Jun 30, 2021
* WIP * Update Laravel from 7.x to 8.x - remove legacy factory helper fuctions - Add new factory implementations for Models accoring to laravel 8.x - Add psr-4 class mapping for factories and seeders Bug: T284314 * downgrade laravel-de-helper to resolve Mismatched function signatures see: psalm/psalm-plugin-laravel#153 * fixed psalm erros Co-authored-by: Dat <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When running Psalm with the Laravel plugin enabled, this error occurs:
Impacted Versions
Please paste the output of
composer show | grep -E 'psalm|laravel'
so we can see what versions are impactedThe text was updated successfully, but these errors were encountered: