Libraryupgrader has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/385690 )

Change subject: build: Updating mediawiki/mediawiki-codesniffer to 14.1.0
......................................................................

build: Updating mediawiki/mediawiki-codesniffer to 14.1.0

And moved phpcs.xml to .phpcs.xml (T177256).

Change-Id: I89e2403f7f8145188f0c008869c00e88618b345f
---
R .phpcs.xml
M composer.json
M includes/index/CustomIndexFieldsParser.php
3 files changed, 10 insertions(+), 10 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/ProofreadPage 
refs/changes/90/385690/1

diff --git a/phpcs.xml b/.phpcs.xml
similarity index 100%
rename from phpcs.xml
rename to .phpcs.xml
diff --git a/composer.json b/composer.json
index a6aa35f..86524f0 100644
--- a/composer.json
+++ b/composer.json
@@ -9,7 +9,7 @@
        },
        "require-dev": {
                "jakub-onderka/php-parallel-lint": "0.9.2",
-               "mediawiki/mediawiki-codesniffer": "13.0.0",
+               "mediawiki/mediawiki-codesniffer": "14.1.0",
                "jakub-onderka/php-console-highlighter": "0.3.2"
        },
        "scripts": {
diff --git a/includes/index/CustomIndexFieldsParser.php 
b/includes/index/CustomIndexFieldsParser.php
index aabcab7..c7673b0 100644
--- a/includes/index/CustomIndexFieldsParser.php
+++ b/includes/index/CustomIndexFieldsParser.php
@@ -25,20 +25,20 @@
         * The configuration is a list of properties like this :
         * array(
         *      'ID' => array( //the property id
-        *              'type' => 'string', //the property type (for 
compatibility reasons the values have not
+        *              'type' => 'string', //the property type (for 
compatibility reasons the values have not
         *               //to be of this type). Possible values: string, 
number, page
-        *              'size' => 1, //for type = string : the size of the form 
input
-        *              'default' => '', //the default value
-        *              'label' => 'ID', //the label of the property
-        *              'help' => '', //a short help text
-        *              'values' => null, //an array value => label that list 
the possible values
+        *              'size' => 1, //for type = string : the size of the form 
input
+        *              'default' => '', //the default value
+        *              'label' => 'ID', //the label of the property
+        *              'help' => '', //a short help text
+        *              'values' => null, //an array value => label that list 
the possible values
         *               //(for compatibility reasons the stored values have 
not to be one of these)
-        *              'header' => false, //give the content of this property 
to
+        *              'header' => false, //give the content of this property 
to
         *               //Mediawiki:Proofreadpage_header_template as template 
parameter
-        *              'hidden' => false //don't show the property in the 
index pages form. Useful for data
+        *              'hidden' => false //don't show the property in the 
index pages form. Useful for data
         *               //that have always the same value (as language=en for 
en Wikisource) or are
         *               //only set at the <pages> tag level.
-        *              )
+        *              )
         * );
         *  NB: The values set are the default values
         */

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I89e2403f7f8145188f0c008869c00e88618b345f
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ProofreadPage
Gerrit-Branch: master
Gerrit-Owner: Libraryupgrader <tools.libraryupgra...@tools.wmflabs.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to