From 80833d154f83371b367791dce0ddd30a4f4c4348 Mon Sep 17 00:00:00 2001 From: Alexander Skvortsov Date: Tue, 16 Nov 2021 21:50:53 +0000 Subject: [PATCH] Apply fixes from StyleCI [ci skip] [skip ci] --- framework/core/tests/integration/api/settings/SetTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/core/tests/integration/api/settings/SetTest.php b/framework/core/tests/integration/api/settings/SetTest.php index 3ecbfbeb0..d335950b4 100644 --- a/framework/core/tests/integration/api/settings/SetTest.php +++ b/framework/core/tests/integration/api/settings/SetTest.php @@ -15,6 +15,7 @@ use Flarum\Testing\integration\TestCase; class SetTest extends TestCase { use RetrievesAuthorizedUsers; + /** * @inheritDoc */ @@ -65,7 +66,6 @@ class SetTest extends TestCase $this->assertEquals(200, $response->getStatusCode()); } - /** * @test */