Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6f2a71d

Browse files
committed
[HttpClient] FabBot doesn't like void in test files. Removed it.
1 parent d8d7d9c commit 6f2a71d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public function testSetAuthBearer()
4040
$this->assertSame('foobar', (new HttpOptions())->setAuthBearer('foobar')->toArray()['auth_bearer']);
4141
}
4242

43-
public function testAddHeader(): void
43+
public function testAddHeader()
4444
{
4545
$options = new HttpOptions();
4646
$options->addHeader('Accept', 'application/json');

0 commit comments

Comments
 (0)