Skip to content

Commit

Permalink
Merge branch '5.2' into 5.3
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
nicolas-grekas committed Jun 30, 2021
2 parents fde4bdb + 2703fc7 commit 92a1add
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Internal/AmpClientState.php
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ private function getClient(array $options): array
public $uri;
public $handle;

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

0 comments on commit 92a1add

Please sign in to comment.