mc-cms-namelessmc/core/includes/updates/210.php
tadhgboyle 0c80570609
Enable StyleCI (#3475)
* Create StyleCI config file

* Disable `phpdoc_separation`

* Apply fixes from StyleCI (#3476)

Co-authored-by: StyleCI Bot <bot@styleci.io>

* style: styleci fixes

---------

Co-authored-by: StyleCI Bot <bot@styleci.io>
Co-authored-by: Sam <samerton@users.noreply.github.com>
2024-03-09 11:19:55 +00:00

10 lines
166 B
PHP

<?php
return new class() extends UpgradeScript {
public function run(): void
{
$this->runMigrations();
$this->setVersion('2.1.1');
}
};