-
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
Update method signature for getPropertiesFromTable #136
Conversation
LaravelIdeHelper changed the visibility of `getPropertiesFromTable` from `protected` to `public` in this PR: barryvdh/laravel-ide-helper#945
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We would probably need to bump the version constraint for barryvdh/laravel-ide-helper
to 2.9.2
at the same time.
Yeah, my mistake. Just updated composer.json to reflect that |
@CiiDyR Thanks! You committed the version constraint with another email address. Was that intentional? |
@caugner Not really intentional. I made the first commit from GitHub directly, the second one I made locally. My local git config seems to be different between those two :-) |
And/or it seems that the email address you used for the second commit is not (yet) linked to your GitHub account. |
I have opened #138 as a first mitigation, as there is at least one other potentially breaking change in the pipeline: https://github.com/barryvdh/laravel-ide-helper/pull/1198/files#r606697817 That change ( Otherwise we would need to specify ( /cc @mr-feek |
This can really only be resolved by ide-helper creating a hotfix bugfix release reverting their changes. We can't retroactively go back and change constraints on our previous releases that said "we work with any minor version updates of ide-helper". This is very unfortunate. |
Doesn't seem like ide-helper is going to make a hot fix release, so it's probably about time for us to require the latest version. I'll take a look tomorrow! |
Thanks for the PR and friendly reminder @yaegassy / @CiiDyR ! |
I tried v1.4.6, but I get an "error" in psalm. Repro
Result (Error)
Related packages
|
LaravelIdeHelper changed the visibility of
getPropertiesFromTable
fromprotected
topublic
in this PR: barryvdh/laravel-ide-helper#945This causes Psalm to fail with the lastest version