jenkins-bot has submitted this change and it was merged.
Change subject: Have back-compat shim actually return the value
......................................................................
Have back-compat shim actually return the value
Bug: T94958
Change-Id: I75fbd11c8bb357b83079402592e8863acef18fb1
---
M includes/libs/normal/UtfNormalUtil.php
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Mattflaschen: Looks good to me, approved
Yuvipanda: Looks good to me, but someone else must approve
jenkins-bot: Verified
diff --git a/includes/libs/normal/UtfNormalUtil.php
b/includes/libs/normal/UtfNormalUtil.php
index 38d740d..ad9a2b9 100644
--- a/includes/libs/normal/UtfNormalUtil.php
+++ b/includes/libs/normal/UtfNormalUtil.php
@@ -37,7 +37,7 @@
* @deprecated since 1.25, use UtfNormal\Utils directly
*/
function codepointToUtf8( $codepoint ) {
- Utils::codepointToUtf8( $codepoint );
+ return Utils::codepointToUtf8( $codepoint );
}
/**
--
To view, visit https://gerrit.wikimedia.org/r/201646
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I75fbd11c8bb357b83079402592e8863acef18fb1
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Mattflaschen <[email protected]>
Gerrit-Reviewer: Mattflaschen <[email protected]>
Gerrit-Reviewer: Yuvipanda <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits