Skip to content

Commit 8768d90

Browse files
committed
[HttpClient] remove void return type in tests
1 parent 7b33c42 commit 8768d90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public function testToStream()
3434
$this->assertTrue(feof($stream));
3535
}
3636

37-
public function testJsonRegexBuffer(): void
37+
public function testJsonRegexBuffer()
3838
{
3939
$client = $this->getHttpClient(__FUNCTION__);
4040
$response = $client->request('GET', 'http://localhost:8057', ['buffer' => '/([a-z]+\/json)/']);
@@ -44,7 +44,7 @@ public function testJsonRegexBuffer(): void
4444
$this->assertSame($firstContent, $secondContent);
4545
}
4646

47-
public function testInvalidRegexBuffer(): void
47+
public function testInvalidRegexBuffer()
4848
{
4949
$client = $this->getHttpClient(__FUNCTION__);
5050

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy