Skip to content

Commit eaf120f

Browse files
Merge branch '5.2' into 5.3
* 5.2: CS fix CS fix CS fixes Bump Symfony version to 5.2.12 Update VERSION for 5.2.11 Update CHANGELOG for 5.2.11 Bump Symfony version to 4.4.27 Update VERSION for 4.4.26 Update CONTRIBUTORS for 4.4.26 Update CHANGELOG for 4.4.26
2 parents 5f13802 + c425182 commit eaf120f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/LinkedInTransportTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ final class LinkedInTransportTest extends TransportTestCase
2121
/**
2222
* @return LinkedInTransport
2323
*/
24-
public function createTransport(?HttpClientInterface $client = null): TransportInterface
24+
public function createTransport(HttpClientInterface $client = null): TransportInterface
2525
{
2626
return (new LinkedInTransport('AuthToken', 'AccountId', $client ?? $this->createMock(HttpClientInterface::class)))->setHost('host.test');
2727
}

0 commit comments

Comments
 (0)