Skip to content

Commit 92a1add

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 fde4bdb + 2703fc7 commit 92a1add

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Internal/AmpClientState.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ private function getClient(array $options): array
149149
public $uri;
150150
public $handle;
151151

152-
public function connect(string $uri, ?ConnectContext $context = null, ?CancellationToken $token = null): Promise
152+
public function connect(string $uri, ConnectContext $context = null, CancellationToken $token = null): Promise
153153
{
154154
$result = $this->connector->connect($this->uri ?? $uri, $context, $token);
155155
$result->onResolve(function ($e, $socket) {

0 commit comments

Comments
 (0)