jenkins-bot has submitted this change and it was merged.

Change subject: Clean up end markers of /* comment blocks */
......................................................................


Clean up end markers of /* comment blocks */

Change-Id: Id4227b20695b379b29972db3c38820bd1c4730fe
---
M Hooks.php
M includes/Model/AbstractRevision.php
M maintenance/FlowUpdateUserWiki.php
M modules/engine/components/board/features/flow-board-visualeditor.js
M modules/engine/components/board/flow-boardhistory.js
M modules/flow/ui/widgets/mw.flow.ui.CategoriesWidget.js
M tests/phpunit/WatchedTopicItemsTest.php
7 files changed, 1 insertion(+), 10 deletions(-)

Approvals:
  Tobias Gritschacher: Looks good to me, but someone else must approve
  Addshore: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/Hooks.php b/Hooks.php
index 0ef70bd..e115ab0 100644
--- a/Hooks.php
+++ b/Hooks.php
@@ -1004,7 +1004,6 @@
         * still be in their web notifications (if enabled), but they will 
never be
         * notified via email (regardless of batching settings) for this 
particular
         * notification.
-        *
         */
        public static function onEchoAbortEmailNotification( User $user, 
EchoEvent $event ) {
                $extra = $event->getExtra();
diff --git a/includes/Model/AbstractRevision.php 
b/includes/Model/AbstractRevision.php
index d7bd667..d7acea6 100644
--- a/includes/Model/AbstractRevision.php
+++ b/includes/Model/AbstractRevision.php
@@ -25,7 +25,7 @@
         * List of available permission levels.
         *
         * @var string[]
-        **/
+        */
        static public $perms = array(
                self::MODERATED_NONE,
                self::MODERATED_HIDDEN,
diff --git a/maintenance/FlowUpdateUserWiki.php 
b/maintenance/FlowUpdateUserWiki.php
index 1f20889..4c3e2cf 100644
--- a/maintenance/FlowUpdateUserWiki.php
+++ b/maintenance/FlowUpdateUserWiki.php
@@ -37,7 +37,6 @@
         * empty *_user_id and *_user_ip, but this doesn't hurt. Alternatively, 
we could
         * add a check user_id != 0 and user_ip is not null to the query, but 
this will
         * result in more db queries
-        *
         */
        protected function doDBUpdates() {
                $id = '';
diff --git 
a/modules/engine/components/board/features/flow-board-visualeditor.js 
b/modules/engine/components/board/features/flow-board-visualeditor.js
index 0fcb319..b07f09d 100644
--- a/modules/engine/components/board/features/flow-board-visualeditor.js
+++ b/modules/engine/components/board/features/flow-board-visualeditor.js
@@ -8,7 +8,6 @@
         *
         * @this FlowBoardComponent
         * @constructor
-        *
         */
        function FlowBoardComponentVisualEditorFeatureMixin( $container ) {
        }
diff --git a/modules/engine/components/board/flow-boardhistory.js 
b/modules/engine/components/board/flow-boardhistory.js
index 0e8df7c..9f82274 100644
--- a/modules/engine/components/board/flow-boardhistory.js
+++ b/modules/engine/components/board/flow-boardhistory.js
@@ -1,7 +1,3 @@
-/*!
- *
- */
-
 ( function ( $, mw ) {
        /**
         *
diff --git a/modules/flow/ui/widgets/mw.flow.ui.CategoriesWidget.js 
b/modules/flow/ui/widgets/mw.flow.ui.CategoriesWidget.js
index 97b9a67..d53ac8a 100644
--- a/modules/flow/ui/widgets/mw.flow.ui.CategoriesWidget.js
+++ b/modules/flow/ui/widgets/mw.flow.ui.CategoriesWidget.js
@@ -9,7 +9,6 @@
         * @constructor
         * @param {mw.flow.dm.Board} model Board model
         * @param {Object} [config]
-        *
         */
        mw.flow.ui.CategoriesWidget = function mwFlowUiCategoriesWidget( model, 
config ) {
                var $categoryList = $( '<ul>' )
diff --git a/tests/phpunit/WatchedTopicItemsTest.php 
b/tests/phpunit/WatchedTopicItemsTest.php
index f6b5a62..916cd8e 100644
--- a/tests/phpunit/WatchedTopicItemsTest.php
+++ b/tests/phpunit/WatchedTopicItemsTest.php
@@ -52,7 +52,6 @@
 
        /**
         * @dataProvider provideDataGetWatchStatus
-        *
         */
        public function testGetWatchStatus( $uuids, $dbResult, $result ) {
                // give it a fake user id

-- 
To view, visit https://gerrit.wikimedia.org/r/322646
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Id4227b20695b379b29972db3c38820bd1c4730fe
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: master
Gerrit-Owner: Thiemo Mättig (WMDE) <[email protected]>
Gerrit-Reviewer: Addshore <[email protected]>
Gerrit-Reviewer: Tobias Gritschacher <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to