Thanks to visit codestin.com Credit goes to github.com
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 d8d7d9c commit 6f2a71dCopy full SHA for 6f2a71d
src/Symfony/Component/HttpClient/Tests/HttpOptionsTest.php
@@ -40,7 +40,7 @@ public function testSetAuthBearer()
40
$this->assertSame('foobar', (new HttpOptions())->setAuthBearer('foobar')->toArray()['auth_bearer']);
41
}
42
43
- public function testAddHeader(): void
+ public function testAddHeader()
44
{
45
$options = new HttpOptions();
46
$options->addHeader('Accept', 'application/json');
0 commit comments