Skip to content

Commit b87cbec

Browse files
CS fix
1 parent 7556df0 commit b87cbec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/SmsapiTransportTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ final class SmsapiTransportTest extends TransportTestCase
2424
/**
2525
* @return SmsapiTransport
2626
*/
27-
public function createTransport(?HttpClientInterface $client = null): TransportInterface
27+
public function createTransport(HttpClientInterface $client = null): TransportInterface
2828
{
2929
return (new SmsapiTransport('testToken', 'testFrom', $client ?? $this->createMock(HttpClientInterface::class)))->setHost('test.host');
3030
}

0 commit comments

Comments
 (0)