mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-06-30 04:30:03 +02:00
Apply Laravel Pint fixes
This commit is contained in:
@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user