Skip to content

Commit cf17e82

Browse files
committed
Fixed codestyle
1 parent 6c33e73 commit cf17e82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/AddHttp3EarlyHintsTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class AddHttp3EarlyHintsTest extends TestCase
1010
{
1111
protected ?AddHttp3EarlyHints $middleware;
1212

13-
public function setUp(): void
13+
protected function setUp(): void
1414
{
1515
$this->middleware = new AddHttp3EarlyHints;
1616
parent::setUp();

0 commit comments

Comments
 (0)