Skip to content

Commit

Permalink
cs
Browse files Browse the repository at this point in the history
  • Loading branch information
mallardduck committed Mar 3, 2020
1 parent 24d969b commit 31330ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SocketClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public function connect(): self
$message = sprintf("Stream Connection Failed: %s unable to connect to %s", $errstr, $this->socketUri);
throw new SocketClientException($message, $errno);
}

$this->socket = $fp;
$this->connected = true;
return $this;
Expand Down

0 comments on commit 31330ea

Please sign in to comment.