We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
At the moment the warnings/errors all use the identifier Missing. These should include the type that is missing, for example:
Missing
moodle.Commenting.MissingDocblock.File
moodle.Commenting.MissingDocblock.Class
moodle.Commenting.MissingDocblock.Method
moodle.Commenting.MissingDocblock.Function
moodle.Commenting.MissingDocblock.Constant
moodle.Commenting.MissingDocblock.Property
The text was updated successfully, but these errors were encountered:
Make MissingDoclock code more specific (Fixes moodlehq#154)
6a4a170
cb0d73b
932d86b
Merge pull request #156 from andrewnicols/missingDocblockMoreSpecific
22b99c9
Make MissingDoclock code more specific (Fixes #154)
Successfully merging a pull request may close this issue.
At the moment the warnings/errors all use the identifier
Missing
. These should include the type that is missing, for example:moodle.Commenting.MissingDocblock.File
moodle.Commenting.MissingDocblock.Class
moodle.Commenting.MissingDocblock.Method
moodle.Commenting.MissingDocblock.Function
moodle.Commenting.MissingDocblock.Constant
moodle.Commenting.MissingDocblock.Property
The text was updated successfully, but these errors were encountered: