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
(cherry picked from commit 54dff6a5e543fb735e2673d0fe859476eca34e8f)
---
M includes/libs/normal/UtfNormalUtil.php
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Mattflaschen: Looks good to me, approved
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/201654
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: wmf/1.25wmf24
Gerrit-Owner: Mattflaschen <[email protected]>
Gerrit-Reviewer: Mattflaschen <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits