Style fixes

This commit is contained in:
Lance Pioch 2024-03-19 21:13:55 -04:00
parent 582f9e03d8
commit 798ac6d4c1
73 changed files with 0 additions and 271 deletions

View File

@ -1,6 +1,5 @@
<?php <?php
use Illuminate\Support\ServiceProvider;
use Illuminate\Support\Facades\Facade; use Illuminate\Support\Facades\Facade;
return [ return [
@ -11,7 +10,6 @@ return [
'report_all' => env('APP_REPORT_ALL_EXCEPTIONS', false), 'report_all' => env('APP_REPORT_ALL_EXCEPTIONS', false),
], ],
'aliases' => Facade::defaultAliases()->merge([ 'aliases' => Facade::defaultAliases()->merge([
'Alert' => Prologue\Alerts\Facades\Alert::class, 'Alert' => Prologue\Alerts\Facades\Alert::class,
'Carbon' => Carbon\Carbon::class, 'Carbon' => Carbon\Carbon::class,

View File

@ -1,6 +1,5 @@
<?php <?php
use Illuminate\Support\Str;
use App\Helpers\Time; use App\Helpers\Time;
return [ return [

View File

@ -19,8 +19,6 @@ class ServerFactory extends Factory
/** /**
* Define the model's default state. * Define the model's default state.
*
* @return array
*/ */
public function definition(): array public function definition(): array
{ {

View File

@ -21,8 +21,6 @@ class UserSSHKeyFactory extends Factory
/** /**
* Returns a fake public key for use on the system. * Returns a fake public key for use on the system.
*
* @return array
*/ */
public function definition(): array public function definition(): array
{ {

View File

@ -8,8 +8,6 @@ return new class extends Migration
{ {
/** /**
* Run the migrations. * Run the migrations.
*
* @return void
*/ */
public function up(): void public function up(): void
{ {
@ -20,8 +18,6 @@ return new class extends Migration
/** /**
* Reverse the migrations. * Reverse the migrations.
*
* @return void
*/ */
public function down(): void public function down(): void
{ {

View File

@ -8,8 +8,6 @@ return new class extends Migration
{ {
/** /**
* Run the migrations. * Run the migrations.
*
* @return void
*/ */
public function up(): void public function up(): void
{ {
@ -31,8 +29,6 @@ return new class extends Migration
/** /**
* Reverse the migrations. * Reverse the migrations.
*
* @return void
*/ */
public function down(): void public function down(): void
{ {

View File

@ -9,7 +9,6 @@ return new class extends Migration
/** /**
* Run the migrations. * Run the migrations.
* *
* @return void
* *
* @throws \Exception * @throws \Exception
* @throws \Throwable * @throws \Throwable
@ -29,7 +28,6 @@ return new class extends Migration
/** /**
* Reverse the migrations. * Reverse the migrations.
* *
* @return void
* *
* @throws \Exception * @throws \Exception
* @throws \Throwable * @throws \Throwable

View File

@ -8,8 +8,6 @@ return new class extends Migration
{ {
/** /**
* Run the migrations. * Run the migrations.
*
* @return void
*/ */
public function up(): void public function up(): void
{ {
@ -28,8 +26,6 @@ return new class extends Migration
/** /**
* Reverse the migrations. * Reverse the migrations.
*
* @return void
*/ */
public function down(): void public function down(): void
{ {

View File

@ -8,8 +8,6 @@ return new class extends Migration
{ {
/** /**
* Run the migrations. * Run the migrations.
*
* @return void
*/ */
public function up(): void public function up(): void
{ {
@ -20,8 +18,6 @@ return new class extends Migration
/** /**
* Reverse the migrations. * Reverse the migrations.
*
* @return void
*/ */
public function down(): void public function down(): void
{ {

View File

@ -8,8 +8,6 @@ return new class extends Migration
{ {
/** /**
* Run the migrations. * Run the migrations.
*
* @return void
*/ */
public function up(): void public function up(): void
{ {
@ -20,8 +18,6 @@ return new class extends Migration
/** /**
* Reverse the migrations. * Reverse the migrations.
*
* @return void
*/ */
public function down(): void public function down(): void
{ {

View File

@ -8,8 +8,6 @@ return new class extends Migration
{ {
/** /**
* Run the migrations. * Run the migrations.
*
* @return void
*/ */
public function up(): void public function up(): void
{ {
@ -20,8 +18,6 @@ return new class extends Migration
/** /**
* Reverse the migrations. * Reverse the migrations.
*
* @return void
*/ */
public function down(): void public function down(): void
{ {

View File

@ -8,8 +8,6 @@ return new class extends Migration
{ {
/** /**
* Run the migrations. * Run the migrations.
*
* @return void
*/ */
public function up(): void public function up(): void
{ {
@ -20,8 +18,6 @@ return new class extends Migration
/** /**
* Reverse the migrations. * Reverse the migrations.
*
* @return void
*/ */
public function down(): void public function down(): void
{ {

View File

@ -28,8 +28,6 @@ return new class extends Migration
/** /**
* Reverse the migrations. * Reverse the migrations.
*
* @return void
*/ */
public function down(): void public function down(): void
{ {

View File

@ -8,8 +8,6 @@ return new class extends Migration
{ {
/** /**
* Run the migrations. * Run the migrations.
*
* @return void
*/ */
public function up(): void public function up(): void
{ {
@ -20,8 +18,6 @@ return new class extends Migration
/** /**
* Reverse the migrations. * Reverse the migrations.
*
* @return void
*/ */
public function down(): void public function down(): void
{ {

View File

@ -8,8 +8,6 @@ return new class extends Migration
{ {
/** /**
* Run the migrations. * Run the migrations.
*
* @return void
*/ */
public function up(): void public function up(): void
{ {
@ -21,8 +19,6 @@ return new class extends Migration
/** /**
* Reverse the migrations. * Reverse the migrations.
*
* @return void
*/ */
public function down(): void public function down(): void
{ {

View File

@ -8,8 +8,6 @@ return new class extends Migration
{ {
/** /**
* Run the migrations. * Run the migrations.
*
* @return void
*/ */
public function up(): void public function up(): void
{ {
@ -20,8 +18,6 @@ return new class extends Migration
/** /**
* Reverse the migrations. * Reverse the migrations.
*
* @return void
*/ */
public function down(): void public function down(): void
{ {

View File

@ -8,8 +8,6 @@ return new class extends Migration
{ {
/** /**
* Run the migrations. * Run the migrations.
*
* @return void
*/ */
public function up(): void public function up(): void
{ {
@ -20,8 +18,6 @@ return new class extends Migration
/** /**
* Reverse the migrations. * Reverse the migrations.
*
* @return void
*/ */
public function down(): void public function down(): void
{ {

View File

@ -8,8 +8,6 @@ return new class extends Migration
{ {
/** /**
* Run the migrations. * Run the migrations.
*
* @return void
*/ */
public function up(): void public function up(): void
{ {
@ -20,8 +18,6 @@ return new class extends Migration
/** /**
* Reverse the migrations. * Reverse the migrations.
*
* @return void
*/ */
public function down(): void public function down(): void
{ {

View File

@ -8,8 +8,6 @@ return new class extends Migration
{ {
/** /**
* Run the migrations. * Run the migrations.
*
* @return void
*/ */
public function up(): void public function up(): void
{ {
@ -20,8 +18,6 @@ return new class extends Migration
/** /**
* Reverse the migrations. * Reverse the migrations.
*
* @return void
*/ */
public function down(): void public function down(): void
{ {

View File

@ -8,8 +8,6 @@ return new class extends Migration
{ {
/** /**
* Run the migrations. * Run the migrations.
*
* @return void
*/ */
public function up(): void public function up(): void
{ {
@ -20,8 +18,6 @@ return new class extends Migration
/** /**
* Reverse the migrations. * Reverse the migrations.
*
* @return void
*/ */
public function down(): void public function down(): void
{ {

View File

@ -8,8 +8,6 @@ return new class extends Migration
{ {
/** /**
* Run the migrations. * Run the migrations.
*
* @return void
*/ */
public function up(): void public function up(): void
{ {
@ -24,8 +22,6 @@ return new class extends Migration
/** /**
* Reverse the migrations. * Reverse the migrations.
*
* @return void
*/ */
public function down(): void public function down(): void
{ {

View File

@ -61,8 +61,6 @@ return new class extends Migration
/** /**
* Run the migrations. * Run the migrations.
*
* @return void
*/ */
public function up(): void public function up(): void
{ {
@ -98,8 +96,6 @@ return new class extends Migration
/** /**
* Reverse the migrations. * Reverse the migrations.
*
* @return void
*/ */
public function down(): void public function down(): void
{ {

View File

@ -8,8 +8,6 @@ return new class extends Migration
{ {
/** /**
* Run the migrations. * Run the migrations.
*
* @return void
*/ */
public function up(): void public function up(): void
{ {
@ -18,8 +16,6 @@ return new class extends Migration
/** /**
* Reverse the migrations. * Reverse the migrations.
*
* @return void
*/ */
public function down(): void public function down(): void
{ {

View File

@ -8,8 +8,6 @@ return new class extends Migration
{ {
/** /**
* Run the migrations. * Run the migrations.
*
* @return void
*/ */
public function up(): void public function up(): void
{ {
@ -20,8 +18,6 @@ return new class extends Migration
/** /**
* Reverse the migrations. * Reverse the migrations.
*
* @return void
*/ */
public function down(): void public function down(): void
{ {

View File

@ -9,8 +9,6 @@ return new class extends Migration
{ {
/** /**
* Run the migrations. * Run the migrations.
*
* @return void
*/ */
public function up(): void public function up(): void
{ {
@ -49,8 +47,6 @@ return new class extends Migration
/** /**
* Reverse the migrations. * Reverse the migrations.
*
* @return void
*/ */
public function down(): void public function down(): void
{ {

View File

@ -8,8 +8,6 @@ return new class extends Migration
{ {
/** /**
* Run the migrations. * Run the migrations.
*
* @return void
*/ */
public function up(): void public function up(): void
{ {
@ -35,8 +33,6 @@ return new class extends Migration
/** /**
* Reverse the migrations. * Reverse the migrations.
*
* @return void
*/ */
public function down(): void public function down(): void
{ {

View File

@ -11,7 +11,6 @@ return new class extends Migration
/** /**
* Run the migrations. * Run the migrations.
* *
* @return void
* *
* @throws \Exception * @throws \Exception
*/ */
@ -48,8 +47,6 @@ return new class extends Migration
/** /**
* Reverse the migrations. * Reverse the migrations.
*
* @return void
*/ */
public function down(): void public function down(): void
{ {

View File

@ -8,8 +8,6 @@ return new class extends Migration
{ {
/** /**
* Run the migrations. * Run the migrations.
*
* @return void
*/ */
public function up(): void public function up(): void
{ {
@ -32,8 +30,6 @@ return new class extends Migration
/** /**
* Reverse the migrations. * Reverse the migrations.
*
* @return void
*/ */
public function down(): void public function down(): void
{ {

View File

@ -8,8 +8,6 @@ return new class extends Migration
{ {
/** /**
* Run the migrations. * Run the migrations.
*
* @return void
*/ */
public function up(): void public function up(): void
{ {
@ -20,8 +18,6 @@ return new class extends Migration
/** /**
* Reverse the migrations. * Reverse the migrations.
*
* @return void
*/ */
public function down(): void public function down(): void
{ {

View File

@ -9,8 +9,6 @@ return new class extends Migration
{ {
/** /**
* Run the migrations. * Run the migrations.
*
* @return void
*/ */
public function up(): void public function up(): void
{ {
@ -35,8 +33,6 @@ return new class extends Migration
/** /**
* Reverse the migrations. * Reverse the migrations.
*
* @return void
*/ */
public function down(): void public function down(): void
{ {

View File

@ -8,8 +8,6 @@ return new class extends Migration
{ {
/** /**
* Run the migrations. * Run the migrations.
*
* @return void
*/ */
public function up(): void public function up(): void
{ {
@ -41,8 +39,6 @@ return new class extends Migration
/** /**
* Reverse the migrations. * Reverse the migrations.
*
* @return void
*/ */
public function down(): void public function down(): void
{ {

View File

@ -8,8 +8,6 @@ return new class extends Migration
{ {
/** /**
* Run the migrations. * Run the migrations.
*
* @return void
*/ */
public function up(): void public function up(): void
{ {
@ -23,8 +21,6 @@ return new class extends Migration
/** /**
* Reverse the migrations. * Reverse the migrations.
*
* @return void
*/ */
public function down(): void public function down(): void
{ {

View File

@ -8,8 +8,6 @@ return new class extends Migration
{ {
/** /**
* Run the migrations. * Run the migrations.
*
* @return void
*/ */
public function up(): void public function up(): void
{ {
@ -25,8 +23,6 @@ return new class extends Migration
/** /**
* Reverse the migrations. * Reverse the migrations.
*
* @return void
*/ */
public function down(): void public function down(): void
{ {

View File

@ -8,8 +8,6 @@ return new class extends Migration
{ {
/** /**
* Run the migrations. * Run the migrations.
*
* @return void
*/ */
public function up(): void public function up(): void
{ {
@ -20,8 +18,6 @@ return new class extends Migration
/** /**
* Reverse the migrations. * Reverse the migrations.
*
* @return void
*/ */
public function down(): void public function down(): void
{ {

View File

@ -8,8 +8,6 @@ return new class extends Migration
{ {
/** /**
* Run the migrations. * Run the migrations.
*
* @return void
*/ */
public function up(): void public function up(): void
{ {
@ -20,8 +18,6 @@ return new class extends Migration
/** /**
* Reverse the migrations. * Reverse the migrations.
*
* @return void
*/ */
public function down(): void public function down(): void
{ {

View File

@ -8,8 +8,6 @@ return new class extends Migration
{ {
/** /**
* Run the migrations. * Run the migrations.
*
* @return void
*/ */
public function up(): void public function up(): void
{ {
@ -20,8 +18,6 @@ return new class extends Migration
/** /**
* Reverse the migrations. * Reverse the migrations.
*
* @return void
*/ */
public function down(): void public function down(): void
{ {

View File

@ -9,8 +9,6 @@ return new class extends Migration
{ {
/** /**
* Run the migrations. * Run the migrations.
*
* @return void
*/ */
public function up(): void public function up(): void
{ {
@ -25,8 +23,6 @@ return new class extends Migration
/** /**
* Reverse the migrations. * Reverse the migrations.
*
* @return void
*/ */
public function down(): void public function down(): void
{ {

View File

@ -8,8 +8,6 @@ return new class extends Migration
{ {
/** /**
* Run the migrations. * Run the migrations.
*
* @return void
*/ */
public function up(): void public function up(): void
{ {
@ -21,8 +19,6 @@ return new class extends Migration
/** /**
* Reverse the migrations. * Reverse the migrations.
*
* @return void
*/ */
public function down(): void public function down(): void
{ {

View File

@ -8,8 +8,6 @@ return new class extends Migration
{ {
/** /**
* Run the migrations. * Run the migrations.
*
* @return void
*/ */
public function up(): void public function up(): void
{ {
@ -20,8 +18,6 @@ return new class extends Migration
/** /**
* Reverse the migrations. * Reverse the migrations.
*
* @return void
*/ */
public function down(): void public function down(): void
{ {

View File

@ -8,8 +8,6 @@ return new class extends Migration
{ {
/** /**
* Run the migrations. * Run the migrations.
*
* @return void
*/ */
public function up(): void public function up(): void
{ {
@ -18,8 +16,6 @@ return new class extends Migration
/** /**
* Reverse the migrations. * Reverse the migrations.
*
* @return void
*/ */
public function down(): void public function down(): void
{ {

View File

@ -8,8 +8,6 @@ return new class extends Migration
{ {
/** /**
* Run the migrations. * Run the migrations.
*
* @return void
*/ */
public function up(): void public function up(): void
{ {
@ -18,8 +16,6 @@ return new class extends Migration
/** /**
* Reverse the migrations. * Reverse the migrations.
*
* @return void
*/ */
public function down(): void public function down(): void
{ {

View File

@ -8,8 +8,6 @@ return new class extends Migration
{ {
/** /**
* Run the migrations. * Run the migrations.
*
* @return void
*/ */
public function up(): void public function up(): void
{ {
@ -24,8 +22,6 @@ return new class extends Migration
/** /**
* Reverse the migrations. * Reverse the migrations.
*
* @return void
*/ */
public function down(): void public function down(): void
{ {

View File

@ -9,8 +9,6 @@ return new class extends Migration
{ {
/** /**
* Run the migrations. * Run the migrations.
*
* @return void
*/ */
public function up(): void public function up(): void
{ {
@ -23,8 +21,6 @@ return new class extends Migration
/** /**
* Reverse the migrations. * Reverse the migrations.
*
* @return void
*/ */
public function down(): void public function down(): void
{ {

View File

@ -8,8 +8,6 @@ return new class extends Migration
{ {
/** /**
* Run the migrations. * Run the migrations.
*
* @return void
*/ */
public function up(): void public function up(): void
{ {
@ -20,8 +18,6 @@ return new class extends Migration
/** /**
* Reverse the migrations. * Reverse the migrations.
*
* @return void
*/ */
public function down(): void public function down(): void
{ {

View File

@ -9,8 +9,6 @@ return new class extends Migration
{ {
/** /**
* Run the migrations. * Run the migrations.
*
* @return void
*/ */
public function up(): void public function up(): void
{ {
@ -30,8 +28,6 @@ return new class extends Migration
/** /**
* Reverse the migrations. * Reverse the migrations.
*
* @return void
*/ */
public function down(): void public function down(): void
{ {

View File

@ -8,8 +8,6 @@ return new class extends Migration
{ {
/** /**
* Run the migrations. * Run the migrations.
*
* @return void
*/ */
public function up(): void public function up(): void
{ {
@ -20,8 +18,6 @@ return new class extends Migration
/** /**
* Reverse the migrations. * Reverse the migrations.
*
* @return void
*/ */
public function down(): void public function down(): void
{ {

View File

@ -9,8 +9,6 @@ return new class extends Migration
{ {
/** /**
* Run the migrations. * Run the migrations.
*
* @return void
*/ */
public function up(): void public function up(): void
{ {
@ -26,8 +24,6 @@ return new class extends Migration
/** /**
* Reverse the migrations. * Reverse the migrations.
*
* @return void
*/ */
public function down(): void public function down(): void
{ {

View File

@ -8,8 +8,6 @@ return new class extends Migration
{ {
/** /**
* Run the migrations. * Run the migrations.
*
* @return void
*/ */
public function up(): void public function up(): void
{ {
@ -21,8 +19,6 @@ return new class extends Migration
/** /**
* Reverse the migrations. * Reverse the migrations.
*
* @return void
*/ */
public function down(): void public function down(): void
{ {

View File

@ -8,8 +8,6 @@ return new class extends Migration
{ {
/** /**
* Run the migrations. * Run the migrations.
*
* @return void
*/ */
public function up(): void public function up(): void
{ {
@ -20,8 +18,6 @@ return new class extends Migration
/** /**
* Reverse the migrations. * Reverse the migrations.
*
* @return void
*/ */
public function down(): void public function down(): void
{ {

View File

@ -8,8 +8,6 @@ return new class extends Migration
{ {
/** /**
* Run the migrations. * Run the migrations.
*
* @return void
*/ */
public function up(): void public function up(): void
{ {
@ -20,8 +18,6 @@ return new class extends Migration
/** /**
* Reverse the migrations. * Reverse the migrations.
*
* @return void
*/ */
public function down(): void public function down(): void
{ {

View File

@ -8,8 +8,6 @@ return new class extends Migration
{ {
/** /**
* Run the migrations. * Run the migrations.
*
* @return void
*/ */
public function up(): void public function up(): void
{ {
@ -20,8 +18,6 @@ return new class extends Migration
/** /**
* Reverse the migrations. * Reverse the migrations.
*
* @return void
*/ */
public function down(): void public function down(): void
{ {

View File

@ -8,8 +8,6 @@ return new class extends Migration
{ {
/** /**
* Run the migrations. * Run the migrations.
*
* @return void
*/ */
public function up(): void public function up(): void
{ {
@ -32,8 +30,6 @@ return new class extends Migration
/** /**
* Reverse the migrations. * Reverse the migrations.
*
* @return void
*/ */
public function down(): void public function down(): void
{ {

View File

@ -9,8 +9,6 @@ return new class extends Migration
{ {
/** /**
* Run the migrations. * Run the migrations.
*
* @return void
*/ */
public function up(): void public function up(): void
{ {
@ -32,8 +30,6 @@ return new class extends Migration
/** /**
* Reverse the migrations. * Reverse the migrations.
*
* @return void
*/ */
public function down(): void public function down(): void
{ {

View File

@ -8,8 +8,6 @@ return new class extends Migration
{ {
/** /**
* Run the migrations. * Run the migrations.
*
* @return void
*/ */
public function up(): void public function up(): void
{ {
@ -24,8 +22,6 @@ return new class extends Migration
/** /**
* Reverse the migrations. * Reverse the migrations.
*
* @return void
*/ */
public function down(): void public function down(): void
{ {

View File

@ -8,8 +8,6 @@ return new class extends Migration
{ {
/** /**
* Run the migrations. * Run the migrations.
*
* @return void
*/ */
public function up(): void public function up(): void
{ {
@ -27,8 +25,6 @@ return new class extends Migration
/** /**
* Reverse the migrations. * Reverse the migrations.
*
* @return void
*/ */
public function down(): void public function down(): void
{ {

View File

@ -8,8 +8,6 @@ return new class extends Migration
{ {
/** /**
* Run the migrations. * Run the migrations.
*
* @return void
*/ */
public function up(): void public function up(): void
{ {
@ -20,8 +18,6 @@ return new class extends Migration
/** /**
* Reverse the migrations. * Reverse the migrations.
*
* @return void
*/ */
public function down(): void public function down(): void
{ {

View File

@ -9,8 +9,6 @@ return new class extends Migration
{ {
/** /**
* Run the migrations. * Run the migrations.
*
* @return void
*/ */
public function up(): void public function up(): void
{ {
@ -21,8 +19,6 @@ return new class extends Migration
/** /**
* Reverse the migrations. * Reverse the migrations.
*
* @return void
*/ */
public function down(): void public function down(): void
{ {

View File

@ -8,8 +8,6 @@ return new class extends Migration
{ {
/** /**
* Run the migrations. * Run the migrations.
*
* @return void
*/ */
public function up(): void public function up(): void
{ {
@ -20,8 +18,6 @@ return new class extends Migration
/** /**
* Reverse the migrations. * Reverse the migrations.
*
* @return void
*/ */
public function down(): void public function down(): void
{ {

View File

@ -8,8 +8,6 @@ return new class extends Migration
{ {
/** /**
* Run the migrations. * Run the migrations.
*
* @return void
*/ */
public function up(): void public function up(): void
{ {
@ -20,8 +18,6 @@ return new class extends Migration
/** /**
* Reverse the migrations. * Reverse the migrations.
*
* @return void
*/ */
public function down(): void public function down(): void
{ {

View File

@ -8,8 +8,6 @@ return new class extends Migration
{ {
/** /**
* Run the migrations. * Run the migrations.
*
* @return void
*/ */
public function up(): void public function up(): void
{ {
@ -20,8 +18,6 @@ return new class extends Migration
/** /**
* Reverse the migrations. * Reverse the migrations.
*
* @return void
*/ */
public function down(): void public function down(): void
{ {

View File

@ -7,8 +7,6 @@ return new class extends Migration
{ {
/** /**
* Run the migrations. * Run the migrations.
*
* @return void
*/ */
public function up(): void public function up(): void
{ {

View File

@ -9,8 +9,6 @@ return new class extends Migration
{ {
/** /**
* Run the migrations. * Run the migrations.
*
* @return void
*/ */
public function up(): void public function up(): void
{ {
@ -26,8 +24,6 @@ return new class extends Migration
/** /**
* Reverse the migrations. * Reverse the migrations.
*
* @return void
*/ */
public function down(): void public function down(): void
{ {

View File

@ -9,8 +9,6 @@ return new class extends Migration
{ {
/** /**
* Run the migrations. * Run the migrations.
*
* @return void
*/ */
public function up(): void public function up(): void
{ {
@ -46,8 +44,6 @@ return new class extends Migration
/** /**
* Reverse the migrations. * Reverse the migrations.
*
* @return void
*/ */
public function down(): void public function down(): void
{ {

View File

@ -8,8 +8,6 @@ return new class extends Migration
{ {
/** /**
* Run the migrations. * Run the migrations.
*
* @return void
*/ */
public function up(): void public function up(): void
{ {
@ -45,8 +43,6 @@ return new class extends Migration
/** /**
* Reverse the migrations. * Reverse the migrations.
*
* @return void
*/ */
public function down(): void public function down(): void
{ {

View File

@ -8,8 +8,6 @@ return new class extends Migration
{ {
/** /**
* Run the migrations. * Run the migrations.
*
* @return void
*/ */
public function up(): void public function up(): void
{ {
@ -45,8 +43,6 @@ return new class extends Migration
/** /**
* Reverse the migrations. * Reverse the migrations.
*
* @return void
*/ */
public function down(): void public function down(): void
{ {

View File

@ -7,8 +7,6 @@ return new class extends Migration
{ {
/** /**
* Run the migrations. * Run the migrations.
*
* @return void
*/ */
public function up(): void public function up(): void
{ {
@ -17,8 +15,6 @@ return new class extends Migration
/** /**
* Reverse the migrations. * Reverse the migrations.
*
* @return void
*/ */
public function down(): void public function down(): void
{ {

View File

@ -26,8 +26,6 @@ return new class extends Migration
/** /**
* Reverse the migrations. This just keeps the values from the docker images array. * Reverse the migrations. This just keeps the values from the docker images array.
*
* @return void
*/ */
public function down(): void public function down(): void
{ {

View File

@ -8,8 +8,6 @@ return new class extends Migration
{ {
/** /**
* Run the migrations. * Run the migrations.
*
* @return void
*/ */
public function up(): void public function up(): void
{ {
@ -27,8 +25,6 @@ return new class extends Migration
/** /**
* Reverse the migrations. * Reverse the migrations.
*
* @return void
*/ */
public function down(): void public function down(): void
{ {

View File

@ -8,8 +8,6 @@ return new class extends Migration
{ {
/** /**
* Run the migrations. * Run the migrations.
*
* @return void
*/ */
public function up(): void public function up(): void
{ {
@ -22,8 +20,6 @@ return new class extends Migration
/** /**
* Reverse the migrations. * Reverse the migrations.
*
* @return void
*/ */
public function down(): void public function down(): void
{ {

View File

@ -8,8 +8,6 @@ return new class() extends Migration
{ {
/** /**
* Run the migrations. * Run the migrations.
*
* @return void
*/ */
public function up(): void public function up(): void
{ {
@ -20,8 +18,6 @@ return new class() extends Migration
/** /**
* Reverse the migrations. * Reverse the migrations.
*
* @return void
*/ */
public function down(): void public function down(): void
{ {

View File

@ -8,8 +8,6 @@ return new class extends Migration
{ {
/** /**
* Run the migrations. * Run the migrations.
*
* @return void
*/ */
public function up(): void public function up(): void
{ {
@ -20,8 +18,6 @@ return new class extends Migration
/** /**
* Reverse the migrations. * Reverse the migrations.
*
* @return void
*/ */
public function down(): void public function down(): void
{ {

View File

@ -8,8 +8,6 @@ return new class extends Migration
{ {
/** /**
* Run the migrations. * Run the migrations.
*
* @return void
*/ */
public function up(): void public function up(): void
{ {
@ -20,8 +18,6 @@ return new class extends Migration
/** /**
* Reverse the migrations. * Reverse the migrations.
*
* @return void
*/ */
public function down(): void public function down(): void
{ {

View File

@ -8,7 +8,6 @@ use Illuminate\Foundation\Testing\TestCase as BaseTestCase;
abstract class TestCase extends BaseTestCase abstract class TestCase extends BaseTestCase
{ {
/** /**
* Setup tests. * Setup tests.
*/ */