-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Protected/Private Attributes marked methods are not included in the model docBlock #1293
Comments
While tinkering a bit with how Laravel handles these methods I found that we can get all methods even non-public by using |
I would love to see this improvement made to be able to adhere to the recommended code style. |
I created PR for this around a month ago- #1325 |
@mridul89 seems I've forgotten about it; my first reaction: 0 tests. Probably that's the reason I wanted to queue it for later and then forgot about it… |
In general, if you add a feature or fix a bug, you write tests for it to prove that it works since the existing tests won't point that out. It's also a good idea to mention the issue you're fixing in the description of the PR. Since this issue wasn't mentioned in your PR I didn't see it and therefore didn't know it existed. |
Versions:
Description:
As described in the pull request attribute marked methods should be protected which makes them not discoverable by the the ModelsCommand.
Steps To Reproduce:
ide-helper:models
commandThe text was updated successfully, but these errors were encountered: