Skip to content

Commit 2703fc7

Browse files
CS fix
1 parent b7bfe84 commit 2703fc7

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)