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 7556df0 commit b87cbecCopy full SHA for b87cbec
Tests/SmsapiTransportTest.php
@@ -24,7 +24,7 @@ final class SmsapiTransportTest extends TransportTestCase
24
/**
25
* @return SmsapiTransport
26
*/
27
- public function createTransport(?HttpClientInterface $client = null): TransportInterface
+ public function createTransport(HttpClientInterface $client = null): TransportInterface
28
{
29
return (new SmsapiTransport('testToken', 'testFrom', $client ?? $this->createMock(HttpClientInterface::class)))->setHost('test.host');
30
}
0 commit comments