We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b33c42 commit 8768d90Copy full SHA for 8768d90
src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php
@@ -34,7 +34,7 @@ public function testToStream()
34
$this->assertTrue(feof($stream));
35
}
36
37
- public function testJsonRegexBuffer(): void
+ public function testJsonRegexBuffer()
38
{
39
$client = $this->getHttpClient(__FUNCTION__);
40
$response = $client->request('GET', 'http://localhost:8057', ['buffer' => '/([a-z]+\/json)/']);
@@ -44,7 +44,7 @@ public function testJsonRegexBuffer(): void
44
$this->assertSame($firstContent, $secondContent);
45
46
47
- public function testInvalidRegexBuffer(): void
+ public function testInvalidRegexBuffer()
48
49
50
0 commit comments