X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Finstaller%2FOracleUpdater.php;h=e262eda635124f2b6d661ff50ec32363b0d45e44;hp=79ae175d533dd6d4c564269309ff2da9a79d5efe;hb=d5a7166771613dfe4ed9fb75fa5efeced6134bd1;hpb=675212ba4df195dafef8c63d17d58ca0665c56a0 diff --git a/includes/installer/OracleUpdater.php b/includes/installer/OracleUpdater.php index 79ae175d53..e262eda635 100644 --- a/includes/installer/OracleUpdater.php +++ b/includes/installer/OracleUpdater.php @@ -285,7 +285,7 @@ class OracleUpdater extends DatabaseUpdater { * * @param array $what */ - public function doUpdates( $what = [ 'core', 'extensions', 'purge', 'stats' ] ) { + public function doUpdates( array $what = [ 'core', 'extensions', 'purge', 'stats' ] ) { parent::doUpdates( $what ); $this->db->query( 'BEGIN fill_wiki_info; END;' );