Skip to content

Commit a106b18

Browse files
committed
apply cs-fix for test
1 parent 4722795 commit a106b18

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/system/HTTP/CURLRequestTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1360,7 +1360,8 @@ public function testRemoveMultipleRedirectHeaderSections(): void
13601360
$this->assertSame($testBody, $response->getBody());
13611361
}
13621362

1363-
public function testNotRemoveMultipleRedirectHeaderSectionsWithoutLocationHeader() {
1363+
public function testNotRemoveMultipleRedirectHeaderSectionsWithoutLocationHeader(): void
1364+
{
13641365
$testBody = 'Hello world';
13651366

13661367
$output = "HTTP/1.1 301 Moved Permanently

0 commit comments

Comments
 (0)