X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FExternalStore.php;h=1b7c29dbbbf277e1113311f5a55b3c05cc2efa0b;hb=39142e28044c514fc2841ee78f811e63eaf3e636;hp=26e456c261e68a13eada9fb3e315a1700934b335;hpb=1ba693980bd5d84a0707309444ecd47452dae716;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/ExternalStore.php b/includes/ExternalStore.php index 26e456c261..1b7c29dbbb 100644 --- a/includes/ExternalStore.php +++ b/includes/ExternalStore.php @@ -130,8 +130,8 @@ class ExternalStore { * * @param $data String * @param $storageParams Array: associative array of parameters for the ExternalStore object. - * @throws DBConnectionError|DBQueryError|MWException - * @return string The URL of the stored data item, or false on error + * @throws MWException|DBConnectionError|DBQueryError + * @return string|bool The URL of the stored data item, or false on error */ public static function insertToDefault( $data, $storageParams = array() ) { global $wgDefaultExternalStore;