-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Add support for generating method entries from stubs #5363
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
Shouldn't |
So you mean that My problem is that mappings and aliases won't be mapped to the same |
@kocsismate What I mean is that (assuming we're on a method) |
@nikic I see! I like this idea! I'll continue the PR later :) |
a831698
to
43ebbcb
Compare
43ebbcb
to
7484ef0
Compare
eaf656d
to
cb1d589
Compare
cb1d589
to
fa50349
Compare
Hopefully, my latest commit addresses all the comments. :) |
Not yet finished. Hopefully the
@mapping
PHPDoc makes sense.