mediawiki-extensions-Discus.../includes/Notifications
Bartosz Dziewoński 69e8e948b2 Remove now redundant PHPDoc blocks
MediaWiki's PHPCS plugin requires documentation comments on all
methods, unless those methods are fully typed (all parameters and
return value).

It turns out that almost all of our methods are fully typed already.

Procedure:

1. Find: \*(\s*\*\s*(@param \??[\w\\]+(\|null)? &?\$\w+|@return \??[\w\\]+(\|null)?)\n)+\s*\*/
   Replace with: */
   This deletes type annotations, except those not representable
   as PHP type hints such as union types `a|b` or typed arrays `a[]`,
   or those with documentation beyond type hints, or those on
   functions with any other annotations.

2. Find: /\*\*/\n\s*
   Replace with nothing
   This deletes the remaining comments on methods that had no prose
   documentation.

3. Undo all changes that PHPCS complains about (those comments
   were not redundant)

4. Review the diff carefully, these regexps are imprecise :)

Change-Id: Ic82e8b23f2996f44951208dbd9cfb4c8e0738dac
2024-03-10 23:53:04 +00:00
..
AddedTopicPresentationModel.php New topic notifications 2023-03-20 14:41:53 +00:00
DiscussionToolsEventTrait.php Use namespaced Echo classes 2023-06-08 13:46:31 +05:30
EnhancedEchoEditUserTalkPresentationModel.php Update moved class RawMessage 2023-05-19 10:30:50 +00:00
EnhancedEchoMentionPresentationModel.php Update exception handling for new code conventions 2023-01-22 18:17:11 +00:00
EventDispatcher.php Remove now redundant PHPDoc blocks 2024-03-10 23:53:04 +00:00
PlaintextEchoPresentationModelSection.php Use namespaced Echo classes 2023-06-08 13:46:31 +05:30
RemovedTopicPresentationModel.php Use namespaced classes 2023-12-11 16:38:02 +01:00
SubscribedNewCommentPresentationModel.php Use namespaced classes 2023-12-11 16:38:02 +01:00