jenkins-bot has submitted this change and it was merged. Change subject: Fix type doc in StatusValue ......................................................................
Fix type doc in StatusValue Change-Id: Ib0a3282083b2fd08ea76022b74b21b55da9b8a46 --- M includes/libs/StatusValue.php 1 file changed, 2 insertions(+), 2 deletions(-) Approvals: Gergő Tisza: Looks good to me, approved jenkins-bot: Verified diff --git a/includes/libs/StatusValue.php b/includes/libs/StatusValue.php index 1d23f9d..baa4e22 100644 --- a/includes/libs/StatusValue.php +++ b/includes/libs/StatusValue.php @@ -246,8 +246,8 @@ * Note, due to the lack of tools for comparing IStatusMessage objects, this * function will not work when using such an object as the search parameter. * - * @param IStatusMessage|string $source Message key or object to search for - * @param IStatusMessage|string $dest Replacement message key or object + * @param MessageSpecifier|string $source Message key or object to search for + * @param MessageSpecifier|string $dest Replacement message key or object * @return bool Return true if the replacement was done, false otherwise. */ public function replaceMessage( $source, $dest ) { -- To view, visit https://gerrit.wikimedia.org/r/311204 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ib0a3282083b2fd08ea76022b74b21b55da9b8a46 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Aaron Schulz <asch...@wikimedia.org> Gerrit-Reviewer: Gergő Tisza <gti...@wikimedia.org> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits