Siebrand has uploaded a new change for review.

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


Change subject: Remove unused parameter
......................................................................

Remove unused parameter

There's one caller that didn't use the optional parameter.

Change-Id: I3a125c8f9d768445b2aee3b7cfd9ba007470150b
---
M utils/TranslationHelpers.php
1 file changed, 1 insertion(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Translate 
refs/changes/60/77660/1

diff --git a/utils/TranslationHelpers.php b/utils/TranslationHelpers.php
index 4c3f68c..be19e57 100644
--- a/utils/TranslationHelpers.php
+++ b/utils/TranslationHelpers.php
@@ -399,11 +399,10 @@
        }
 
        /**
-        * @param $async bool
         * @return string
         * @throws MWException
         */
-       public function getSuggestionBox( $async = false ) {
+       public function getSuggestionBox() {
                global $wgTranslateTranslationServices;
 
                $handlers = array(

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3a125c8f9d768445b2aee3b7cfd9ba007470150b
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Translate
Gerrit-Branch: master
Gerrit-Owner: Siebrand <[email protected]>

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

Reply via email to