Apply Laravel Pint fixes

This commit is contained in:
Bubka
2022-12-13 12:07:29 +01:00
parent 6deb279c8d
commit 2d706e61b7
48 changed files with 246 additions and 260 deletions

View File

@ -3,8 +3,8 @@
namespace Tests\Feature\Http;
use App\Models\User;
use Illuminate\Foundation\Testing\WithoutMiddleware;
use App\Services\ReleaseRadarService;
use Illuminate\Foundation\Testing\WithoutMiddleware;
use Tests\FeatureTestCase;
/**
@ -22,7 +22,7 @@ class SystemControllerTest extends FeatureTestCase
/**
* @test
*/
public function setUp(): void
public function setUp() : void
{
parent::setUp();