-
-
Notifications
You must be signed in to change notification settings - Fork 82
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
[Feature] Add/update type information for source files #68
Conversation
5f17ebc
to
972c121
Compare
…s possible with PHP 8.0.0 in codegen Signed-Off-By: Marco Pivetta <ocramius@gmail.com>
4d9c78d
to
38f5560
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.
Looking good: some minor issues (suspicious potential BC issues), and needs a rebase, but otherwise a really good improvement 👍
Signed-off-by: Lisachenko Alexander <lisachenko.it@gmail.com>
38f5560
to
d64a325
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.
LGTM 👍
Overall, the change in |
Thanks @lisachenko! |
Description
This PR adds/updates type information for source files to fix static analysis errors in dependent libraries. Types has been added to properties and phpDocs only to keep existing method signatures. So nothing should change at all.