Skip to content
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

Missing @inheritDoc in the phpDoc of overriding methods. #29

Open
anschnit opened this issue Feb 16, 2021 · 0 comments
Open

Missing @inheritDoc in the phpDoc of overriding methods. #29

anschnit opened this issue Feb 16, 2021 · 0 comments

Comments

@anschnit
Copy link
Collaborator

In the documentation of some methods that implement abstract methods the @inheritdoc tag is missing in the phpDoc of the implemented method. As IDEs (e.g. IntelliJ Idea) need this information to show additional information (the phpDoc of the base method) in the tooltip this tag should be provided in the phpDocs of the overriding method.

Methods (please provide with class name) with missing tag will be tracked here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant