X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2FDataUpdate.php;h=04029db3da3c1b73c99161b86050fe8d400c9276;hb=3dd34fee328915527de0f34edfc5927b96045aaa;hp=377b64c0cf867eb30f018153c1f7eaa7643a4084;hpb=a1a296ac845aa37bfb34f0ca0085de67f9b2e8c4;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/DataUpdate.php b/includes/DataUpdate.php index 377b64c0cf..04029db3da 100644 --- a/includes/DataUpdate.php +++ b/includes/DataUpdate.php @@ -74,8 +74,8 @@ abstract class DataUpdate implements DeferrableUpdate { * This allows for limited transactional logic across multiple backends for storing * secondary data. * - * @static * @param $updates array a list of DataUpdate instances + * @throws Exception|null */ public static function runUpdates( $updates ) { if ( empty( $updates ) ) return; # nothing to do