-
-
Notifications
You must be signed in to change notification settings - Fork 585
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
Allow missing attributes in serialized objects #1526
Allow missing attributes in serialized objects #1526
Conversation
1b0ec05
to
38bb263
Compare
Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>
Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>
38bb263
to
545f455
Compare
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.
Thanks for contribution! :) Let me know if you need any help with PHPStan issues!.
Best!
The attribute is missing on purpose and therefore, ignoring that error should be legit. Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>
Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>
20395ca
to
e0fd33c
Compare
I hope I managed the phpstan configuration part correctly but from how I understand that issue, the changes should solve that problem. I also added missing annotation to the fixture so that both metadata parser can extract the |
Thanks for contribution! :) |
Fixes #1525 which points to some kind of BC break in v3.28.0 regarding missing attributes.