mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-11-15 03:44:02 +00:00
781a33357b
MediaWiki's PHPCS plugin requires documentation comments on all properties, unless those properties are typed. This has potential to introduce bugs – in particular, because typed properties without a default value will throw an exception if their value is accessed before it's defined, while previously they defaulted to null. I fixed this when I found it (making them nullable and null by default), but I may have missed some cases. Change-Id: If5b1f4d542ce3e1b69327ee4283f7c3e133a62a0 |
||
---|---|---|
.. | ||
CommentItem.php | ||
CommentItemTrait.php | ||
ContentCommentItem.php | ||
ContentHeadingItem.php | ||
ContentThreadItem.php | ||
DatabaseCommentItem.php | ||
DatabaseHeadingItem.php | ||
DatabaseThreadItem.php | ||
HeadingItem.php | ||
HeadingItemTrait.php | ||
ThreadItem.php | ||
ThreadItemTrait.php |