Skip to content

Commit

Permalink
CS fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed Jun 30, 2021
1 parent b7bfe84 commit 2703fc7
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 2703fc7

Please sign in to comment.