Add void to a lot of methods.

This commit is contained in:
James Cole
2023-12-21 05:06:17 +01:00
parent 655d03bec4
commit 135b9fc010
60 changed files with 390 additions and 390 deletions
@@ -53,7 +53,7 @@ class MakeLocationsTable extends Migration
try {
Schema::create(
'locations',
static function (Blueprint $table) {
static function (Blueprint $table): void {
$table->bigIncrements('id');
$table->timestamps();
$table->softDeletes();