Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Aug 27, 2024
1 parent a50818e commit b974454
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/Order/Tests/OrderFactoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ class OrderFactoryTest extends TestCase
/** @var Product */
protected $z650rs;


/** @var OrderFactoryContract */
protected $factory;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit b974454

Please sign in to comment.