Apply fixes from StyleCI

This commit is contained in:
StyleCI Bot
2025-01-18 11:42:04 +00:00
parent 4f46337d7d
commit 883d2e7329
2 changed files with 20 additions and 4 deletions

View File

@@ -1,11 +1,19 @@
<?php <?php
/*
* This file is part of Cachet.
*
* (c) Alt Three Services Limited
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Migrations\Migration;
use Illuminate\Database\Schema\Blueprint; use Illuminate\Database\Schema\Blueprint;
use Illuminate\Support\Facades\Schema; use Illuminate\Support\Facades\Schema;
return new class extends Migration return new class() extends Migration {
{
/** /**
* Run the migrations. * Run the migrations.
*/ */

View File

@@ -1,11 +1,19 @@
<?php <?php
/*
* This file is part of Cachet.
*
* (c) Alt Three Services Limited
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Migrations\Migration;
use Illuminate\Database\Schema\Blueprint; use Illuminate\Database\Schema\Blueprint;
use Illuminate\Support\Facades\Schema; use Illuminate\Support\Facades\Schema;
return new class extends Migration return new class() extends Migration {
{
/** /**
* Run the migrations. * Run the migrations.
*/ */