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

Change subject: MessageGroups::haveSingleSourceLanguage must be static
......................................................................


MessageGroups::haveSingleSourceLanguage must be static

Change-Id: I14719933be4b60c28688921b4dd94dbf043fbe77
---
M MessageGroups.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  KartikMistry: Verified; Looks good to me, but someone else must approve
  Santhosh: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/MessageGroups.php b/MessageGroups.php
index e947a10..3959f3c 100644
--- a/MessageGroups.php
+++ b/MessageGroups.php
@@ -635,7 +635,7 @@
         * @return string Language code if the languages are the same, empty 
string otherwise.
         * @since 2013.09
         */
-       public function haveSingleSourceLanguage( array $groups ) {
+       public static function haveSingleSourceLanguage( array $groups ) {
                $languages = array();
 
                foreach ( $groups as $group ) {

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I14719933be4b60c28688921b4dd94dbf043fbe77
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Translate
Gerrit-Branch: master
Gerrit-Owner: Nikerabbit <niklas.laxst...@gmail.com>
Gerrit-Reviewer: KartikMistry <kartik.mis...@gmail.com>
Gerrit-Reviewer: Santhosh <santhosh.thottin...@gmail.com>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to