jenkins-bot has submitted this change and it was merged.
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(-)
Approvals:
Nikerabbit: Looks good to me, approved
jenkins-bot: Verified
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: merged
Gerrit-Change-Id: I3a125c8f9d768445b2aee3b7cfd9ba007470150b
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Translate
Gerrit-Branch: master
Gerrit-Owner: Siebrand <[email protected]>
Gerrit-Reviewer: Nikerabbit <[email protected]>
Gerrit-Reviewer: jenkins-bot
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits