Make phpcs-strict pass on includes/ (7/7)
[lhc/web/wiklou.git] / includes / installer / MssqlUpdater.php
index 49e7b40..f9c4287 100644 (file)
@@ -39,6 +39,8 @@ class MssqlUpdater extends DatabaseUpdater {
                return array(
                        // 1.23
                        array( 'addField', 'mwuser', 'user_password_expires', 'patch-user_password_expires.sql' ),
+
+                       // 1.24
                );
        }
 }