Merge "Fix order of @var parameter in PHP"
[lhc/web/wiklou.git] / includes / installer / DatabaseUpdater.php
index 54ffa5a..b32be39 100644 (file)
@@ -1227,7 +1227,7 @@ abstract class DatabaseUpdater {
         */
        protected function rebuildLocalisationCache() {
                /**
-                * @var $cl RebuildLocalisationCache
+                * @var RebuildLocalisationCache $cl
                 */
                $cl = $this->maintenance->runChild(
                        RebuildLocalisationCache::class, 'rebuildLocalisationCache.php'