We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a5590b commit 15629fdCopy full SHA for 15629fd
Tests/Provider/AbstractHttpProviderTest.php
@@ -23,7 +23,7 @@
23
24
class AbstractHttpProviderTest extends TestCase
25
{
26
- public function testHttpClientGetter()
+ public function testHttpClientGetter(): void
27
28
$client = $this->getMockBuilder(Client::class)->disableOriginalConstructor()->getMock();
29
$provider = new DummyProvider($client);
0 commit comments