-
Notifications
You must be signed in to change notification settings - Fork 24
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
Add missing PHPDoc comments for properties, constants, and more #109
Conversation
Reworked feedback in e7bc048. Btw, did you see my email on your gmail? |
I just did, and responded.
|
Copied, and original comment removed. The constant itself is also gone. |
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.
LGTM 👍
Running PHPDoc (v2.9.1) highlighted that most class properties and constants were lacking comments, and existing ones were incomplete. Also, parameters to the Wikimate constructor method weren't documented, and the main file header was misformatted using /// comments.