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