From a106b1890a330ff9c5687e302d84ae66a01def9f Mon Sep 17 00:00:00 2001 From: ducng99 Date: Tue, 21 Jan 2025 10:25:32 +1300 Subject: [PATCH] apply cs-fix for test --- tests/system/HTTP/CURLRequestTest.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/system/HTTP/CURLRequestTest.php b/tests/system/HTTP/CURLRequestTest.php index 9a8875544f6f..94c2b7dbbb24 100644 --- a/tests/system/HTTP/CURLRequestTest.php +++ b/tests/system/HTTP/CURLRequestTest.php @@ -1360,7 +1360,8 @@ public function testRemoveMultipleRedirectHeaderSections(): void $this->assertSame($testBody, $response->getBody()); } - public function testNotRemoveMultipleRedirectHeaderSectionsWithoutLocationHeader() { + public function testNotRemoveMultipleRedirectHeaderSectionsWithoutLocationHeader(): void + { $testBody = 'Hello world'; $output = "HTTP/1.1 301 Moved Permanently