From b974454b787051083cd708a2268b9b7d3546e31f Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Tue, 27 Aug 2024 08:45:14 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/Order/Tests/OrderFactoryTest.php | 1 - .../2024_08_27_082142_add_domain_to_the_orders_table.php | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Order/Tests/OrderFactoryTest.php b/src/Order/Tests/OrderFactoryTest.php index f140bc6b..bc0c6beb 100644 --- a/src/Order/Tests/OrderFactoryTest.php +++ b/src/Order/Tests/OrderFactoryTest.php @@ -34,7 +34,6 @@ class OrderFactoryTest extends TestCase /** @var Product */ protected $z650rs; - /** @var OrderFactoryContract */ protected $factory; diff --git a/src/Order/resources/database/migrations/2024_08_27_082142_add_domain_to_the_orders_table.php b/src/Order/resources/database/migrations/2024_08_27_082142_add_domain_to_the_orders_table.php index 7401b2e7..a602579f 100644 --- a/src/Order/resources/database/migrations/2024_08_27_082142_add_domain_to_the_orders_table.php +++ b/src/Order/resources/database/migrations/2024_08_27_082142_add_domain_to_the_orders_table.php @@ -6,7 +6,7 @@ use Illuminate\Database\Schema\Blueprint; use Illuminate\Support\Facades\Schema; -return new class extends Migration { +return new class () extends Migration { public function up(): void { Schema::table('orders', function (Blueprint $table) {