update cs

This commit is contained in:
2023-09-27 16:45:42 +02:00
parent 2e5954f6fd
commit 27c1bb03ff
116 changed files with 343 additions and 215 deletions

View File

@@ -21,7 +21,9 @@ use function count;
*/
class Version20160422000000 extends AbstractMigration
{
public function down(Schema $schema): void {}
public function down(Schema $schema): void
{
}
public function up(Schema $schema): void
{

View File

@@ -19,7 +19,9 @@ use Doctrine\Migrations\AbstractMigration;
*/
final class Version20210419112619 extends AbstractMigration
{
public function down(Schema $schema): void {}
public function down(Schema $schema): void
{
}
public function getDescription(): string
{