[MediaWiki-commits] [Gerrit] mediawiki...AdvancedMeta[master]: build: Updating mediawiki/mediawiki-codesniffer to 0.11.0

2017-08-10 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/371236 )

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


build: Updating mediawiki/mediawiki-codesniffer to 0.11.0

Change-Id: Id26ec127927c7806a29d4f84af790235c81fbac5
---
M AdvancedMeta.class.php
M composer.json
2 files changed, 7 insertions(+), 7 deletions(-)

Approvals:
  Legoktm: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/AdvancedMeta.class.php b/AdvancedMeta.class.php
index c470d7a..c881d08 100644
--- a/AdvancedMeta.class.php
+++ b/AdvancedMeta.class.php
@@ -192,9 +192,9 @@
 * @param object $user The User saving the article
 * @param object $content The new article content, as a Content object
 * @param string $summary The article summary, as a comment
-* @param boolean $isMinor Minor flag
-* @param boolean $isWatch Watch flag (not used, always null)
-* @param boolean $section section number (not used, always null)
+* @param bool $isMinor Minor flag
+* @param bool $isWatch Watch flag (not used, always null)
+* @param bool $section section number (not used, always null)
 * @param unknown $flags Flags passed to Wikipage::doEditContent()
 * @param object $status
 *
@@ -249,9 +249,9 @@
 * @param object $user The User creating the article
 * @param object $content The new article content, as a Content object
 * @param string $summary The edit summary, as a comment
-* @param boolean $isMinor Minor flag
-* @param boolean $isWatch Watch flag (not used, always null)
-* @param boolean $section section number (not used, always null)
+* @param bool $isMinor Minor flag
+* @param bool $isWatch Watch flag (not used, always null)
+* @param bool $section section number (not used, always null)
 * @param unknown $flags Flags passed to Wikipage::doEditContent()
 * @param object $revision The newly inserted revision object
 *
diff --git a/composer.json b/composer.json
index f265fcd..bff2c26 100644
--- a/composer.json
+++ b/composer.json
@@ -1,7 +1,7 @@
 {
"require-dev": {
"jakub-onderka/php-parallel-lint": "0.9.2",
-   "mediawiki/mediawiki-codesniffer": "0.10.1",
+   "mediawiki/mediawiki-codesniffer": "0.11.0",
"jakub-onderka/php-console-highlighter": "0.3.2"
},
"scripts": {

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Id26ec127927c7806a29d4f84af790235c81fbac5
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/AdvancedMeta
Gerrit-Branch: master
Gerrit-Owner: Legoktm 
Gerrit-Reviewer: Legoktm 
Gerrit-Reviewer: jenkins-bot <>

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


[MediaWiki-commits] [Gerrit] mediawiki...AdvancedMeta[master]: build: Updating mediawiki/mediawiki-codesniffer to 0.11.0

2017-08-10 Thread Legoktm (Code Review)
Legoktm has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/371236 )

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

build: Updating mediawiki/mediawiki-codesniffer to 0.11.0

Change-Id: Id26ec127927c7806a29d4f84af790235c81fbac5
---
M AdvancedMeta.class.php
M composer.json
2 files changed, 7 insertions(+), 7 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/AdvancedMeta 
refs/changes/36/371236/1

diff --git a/AdvancedMeta.class.php b/AdvancedMeta.class.php
index c470d7a..c881d08 100644
--- a/AdvancedMeta.class.php
+++ b/AdvancedMeta.class.php
@@ -192,9 +192,9 @@
 * @param object $user The User saving the article
 * @param object $content The new article content, as a Content object
 * @param string $summary The article summary, as a comment
-* @param boolean $isMinor Minor flag
-* @param boolean $isWatch Watch flag (not used, always null)
-* @param boolean $section section number (not used, always null)
+* @param bool $isMinor Minor flag
+* @param bool $isWatch Watch flag (not used, always null)
+* @param bool $section section number (not used, always null)
 * @param unknown $flags Flags passed to Wikipage::doEditContent()
 * @param object $status
 *
@@ -249,9 +249,9 @@
 * @param object $user The User creating the article
 * @param object $content The new article content, as a Content object
 * @param string $summary The edit summary, as a comment
-* @param boolean $isMinor Minor flag
-* @param boolean $isWatch Watch flag (not used, always null)
-* @param boolean $section section number (not used, always null)
+* @param bool $isMinor Minor flag
+* @param bool $isWatch Watch flag (not used, always null)
+* @param bool $section section number (not used, always null)
 * @param unknown $flags Flags passed to Wikipage::doEditContent()
 * @param object $revision The newly inserted revision object
 *
diff --git a/composer.json b/composer.json
index f265fcd..bff2c26 100644
--- a/composer.json
+++ b/composer.json
@@ -1,7 +1,7 @@
 {
"require-dev": {
"jakub-onderka/php-parallel-lint": "0.9.2",
-   "mediawiki/mediawiki-codesniffer": "0.10.1",
+   "mediawiki/mediawiki-codesniffer": "0.11.0",
"jakub-onderka/php-console-highlighter": "0.3.2"
},
"scripts": {

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id26ec127927c7806a29d4f84af790235c81fbac5
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/AdvancedMeta
Gerrit-Branch: master
Gerrit-Owner: Legoktm 
Gerrit-Reviewer: Legoktm 

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