X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;ds=sidebyside;f=includes%2Finstaller%2FDatabaseUpdater.php;h=de7a34712045ecc862f441a6a13c6bd9184f43d9;hb=dfec83932fd38a9086eb5a2e212889ad00f35b0e;hp=54ffa5ad93d8eaf169b46dc572ed6420aaa68968;hpb=0d58c1dddadfc97a3c56c77dd0fdfb84f8b5bd3f;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/installer/DatabaseUpdater.php b/includes/installer/DatabaseUpdater.php index 54ffa5ad93..de7a347120 100644 --- a/includes/installer/DatabaseUpdater.php +++ b/includes/installer/DatabaseUpdater.php @@ -531,7 +531,7 @@ abstract class DatabaseUpdater { if ( $val && $this->canUseNewUpdatelog() ) { $values['ul_value'] = $val; } - $this->db->insert( 'updatelog', $values, __METHOD__, 'IGNORE' ); + $this->db->insert( 'updatelog', $values, __METHOD__, [ 'IGNORE' ] ); $this->db->setFlag( DBO_DDLMODE ); } @@ -1227,7 +1227,7 @@ abstract class DatabaseUpdater { */ protected function rebuildLocalisationCache() { /** - * @var $cl RebuildLocalisationCache + * @var RebuildLocalisationCache $cl */ $cl = $this->maintenance->runChild( RebuildLocalisationCache::class, 'rebuildLocalisationCache.php'