MaxSem has uploaded a new change for review.

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

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(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/WikiGrok 
refs/changes/32/169932/1

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: newchange
Gerrit-Change-Id: I1d79f72b7b3e82823df76b77e2a2115595ca088f
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/WikiGrok
Gerrit-Branch: master
Gerrit-Owner: MaxSem <[email protected]>

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

Reply via email to