Minor code cleanup

This commit is contained in:
James Cole
2023-08-11 19:40:44 +02:00
parent db94f18d46
commit 4c90f66578
8 changed files with 27 additions and 15 deletions

View File

@@ -38,7 +38,9 @@ class FixNullables extends Migration
/**
* Reverse the migrations.
*/
public function down(): void {}
public function down(): void
{
}
/**
* Run the migrations.