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

Change subject: Fix phpcs warnings
......................................................................


Fix phpcs warnings

Change-Id: I1d79f72b7b3e82823df76b77e2a2115595ca088f
---
M WikiGrok.php
M includes/Hooks.php
M includes/QuestionPicker.php
3 files changed, 3 insertions(+), 3 deletions(-)

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



diff --git a/WikiGrok.php b/WikiGrok.php
index b1f0ea8..b3e7a7b 100644
--- a/WikiGrok.php
+++ b/WikiGrok.php
@@ -81,4 +81,4 @@
 /**
  * Fast campaign cache expiry in seconds
  */
-$wgWikiGrokFastCampaignsCacheTime = 60 * 60 * 24; // 1 day
\ No newline at end of file
+$wgWikiGrokFastCampaignsCacheTime = 60 * 60 * 24; // 1 day
diff --git a/includes/Hooks.php b/includes/Hooks.php
index e6dd9c2..c2c0132 100644
--- a/includes/Hooks.php
+++ b/includes/Hooks.php
@@ -98,4 +98,4 @@
        private static function getConfig() {
                return \ConfigFactory::getDefaultInstance()->makeConfig( 
'wikigrok' );
        }
-}
\ No newline at end of file
+}
diff --git a/includes/QuestionPicker.php b/includes/QuestionPicker.php
index 583d0f7..cc58439 100644
--- a/includes/QuestionPicker.php
+++ b/includes/QuestionPicker.php
@@ -156,7 +156,7 @@
        /**
         * Returns array of wikidata IDs for first $numLinks mainspace links on 
page
         *
-        * @param array $links Links returned by ParserOutput, format: [ 
namespace => ['Title' => page_id ] ]
+        * @param array $links Links returned by ParserOutput, format 
[namespace => ['Title' => page_id]]
         * @param int $numLinks Number of links to check
         * @return array
         */

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I1d79f72b7b3e82823df76b77e2a2115595ca088f
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/WikiGrok
Gerrit-Branch: master
Gerrit-Owner: MaxSem <[email protected]>
Gerrit-Reviewer: Kaldari <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to