Thiemo Mättig (WMDE) has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/322628

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

Clean up end markers of /* comment blocks */

Change-Id: Id9bcb29553f6fa4331949b316c3649fa5831ee33
---
M client/includes/Api/ApiListEntityUsage.php
M repo/includes/Rdf/RdfBuilder.php
M repo/tests/phpunit/includes/Api/ApiConventionsTest.php
M view/resources/jquery/wikibase/jquery.wikibase.itemview.js
M view/resources/jquery/wikibase/jquery.wikibase.propertyview.js
5 files changed, 3 insertions(+), 7 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Wikibase 
refs/changes/28/322628/1

diff --git a/client/includes/Api/ApiListEntityUsage.php 
b/client/includes/Api/ApiListEntityUsage.php
index 4866e0b..34b6bbe 100644
--- a/client/includes/Api/ApiListEntityUsage.php
+++ b/client/includes/Api/ApiListEntityUsage.php
@@ -223,7 +223,6 @@
 
        /**
         * @param string $continueParam
-        *
         */
        private function addContinue( $continueParam ) {
                $db = $this->getDB();
diff --git a/repo/includes/Rdf/RdfBuilder.php b/repo/includes/Rdf/RdfBuilder.php
index dfb4e1d..ad80200 100644
--- a/repo/includes/Rdf/RdfBuilder.php
+++ b/repo/includes/Rdf/RdfBuilder.php
@@ -146,7 +146,6 @@
        /**
         * @param int $flavorFlags Flavor flags to use for this builder
         * @return SnakRdfBuilder
-        *
         */
        private function newSnakBuilder( $flavorFlags ) {
                $statementValueBuilder = 
$this->valueSnakRdfBuilderFactory->getValueSnakRdfBuilder(
diff --git a/repo/tests/phpunit/includes/Api/ApiConventionsTest.php 
b/repo/tests/phpunit/includes/Api/ApiConventionsTest.php
index 37b6e84..e4c6606 100644
--- a/repo/tests/phpunit/includes/Api/ApiConventionsTest.php
+++ b/repo/tests/phpunit/includes/Api/ApiConventionsTest.php
@@ -61,7 +61,7 @@
         * @param string $moduleClass One of the modules in 
$GLOBALS['wgAPIModules'], only in this
         *  function for the error messages.
         * @param ApiBase $module is an instance of $moduleClass
-        **/
+        */
        private function assertGetFinalDescription( $moduleClass, ApiBase 
$module ) {
                $method = 'getFinalDescription';
                $descArray = $module->$method();
@@ -88,7 +88,7 @@
         * @param string $moduleClass One of the modules in 
$GLOBALS['wgAPIModules'], only in this
         *  function for the error messages.
         * @param ApiBase $module is an instance of $moduleClass
-        **/
+        */
        private function assertGetFinalParamDescription( $moduleClass, ApiBase 
$module ) {
                $parameters = $module->getFinalParams();
 
@@ -114,7 +114,7 @@
         * @param string $moduleClass One of the modules in 
$GLOBALS['wgAPIModules'], only in this
         *  function for the error messages.
         * @param ApiBase $module is an instance of $moduleClass
-        **/
+        */
        private function assertGetExamplesMessages( $moduleClass, ApiBase 
$module ) {
                $method = new ReflectionMethod( $moduleClass, 
'getExamplesMessages' );
                $method->setAccessible( true );
diff --git a/view/resources/jquery/wikibase/jquery.wikibase.itemview.js 
b/view/resources/jquery/wikibase/jquery.wikibase.itemview.js
index cb1d63c..fe85c7e 100644
--- a/view/resources/jquery/wikibase/jquery.wikibase.itemview.js
+++ b/view/resources/jquery/wikibase/jquery.wikibase.itemview.js
@@ -17,7 +17,6 @@
  * @param {Function} options.buildStatementGroupListView
  *
  * @constructor
- *
  */
 $.widget( 'wikibase.itemview', PARENT, {
        /**
diff --git a/view/resources/jquery/wikibase/jquery.wikibase.propertyview.js 
b/view/resources/jquery/wikibase/jquery.wikibase.propertyview.js
index c4652cb..8601c68 100644
--- a/view/resources/jquery/wikibase/jquery.wikibase.propertyview.js
+++ b/view/resources/jquery/wikibase/jquery.wikibase.propertyview.js
@@ -16,7 +16,6 @@
  * @param {Function} options.buildStatementGroupListView
  *
  * @constructor
- *
  */
 $.widget( 'wikibase.propertyview', PARENT, {
        /**

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id9bcb29553f6fa4331949b316c3649fa5831ee33
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Thiemo Mättig (WMDE) <[email protected]>

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

Reply via email to