Skip to content

Commit 0ab0b3f

Browse files
Merge branch '5.3' into 5.4
* 5.3: CS fix CS fix CS fixes Bump Symfony version to 5.3.4 Update VERSION for 5.3.3 Update CHANGELOG for 5.3.3 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 92dcadb + d844f69 commit 0ab0b3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/GatewayApiTransportTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ final class GatewayApiTransportTest extends TransportTestCase
2222
/**
2323
* @return GatewayApiTransport
2424
*/
25-
public function createTransport(?HttpClientInterface $client = null): TransportInterface
25+
public function createTransport(HttpClientInterface $client = null): TransportInterface
2626
{
2727
return new GatewayApiTransport('authtoken', 'Symfony', $client ?? $this->createMock(HttpClientInterface::class));
2828
}

0 commit comments

Comments
 (0)