-
-
Notifications
You must be signed in to change notification settings - Fork 424
[make:validator] Fix @var typehint comments #830
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
Conversation
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 @mmarton!
e44ccea
to
16dd858
Compare
@jrushlow I updated the commented parts, but it's still failing. |
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.
@mmarton This looks good! I believe there is a bug in cs fixer that is causing the tests to fail. Using the inline comment /*
instead of the inline docBlock /**
will take care of our CI and everything will be all set.
Fix: remove ClassMetadata typehint Co-authored-by: Jesse Rushlow <[email protected]>
5bb336a
to
de52eb8
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.
Thank you @mmarton!
Hi!
I found some malformed
@var
typehint comments in the code annd fixed them.(This is my first PR)