From: Aaron Schulz Date: Sat, 17 Sep 2016 00:38:10 +0000 (-0700) Subject: Fix type doc in StatusValue X-Git-Tag: 1.31.0-rc.0~5517^2 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/bilan.php?a=commitdiff_plain;h=6674490e7fad62cd09f0776312bb8b4c4d2467fc;p=lhc%2Fweb%2Fwiklou.git Fix type doc in StatusValue Change-Id: Ib0a3282083b2fd08ea76022b74b21b55da9b8a46 --- diff --git a/includes/libs/StatusValue.php b/includes/libs/StatusValue.php index 1d23f9d368..baa4e22c1e 100644 --- a/includes/libs/StatusValue.php +++ b/includes/libs/StatusValue.php @@ -246,8 +246,8 @@ class StatusValue { * 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 ) {