Skip to content

Commit

Permalink
Fix typo / parse error
Browse files Browse the repository at this point in the history
  • Loading branch information
kelunik committed Oct 15, 2017
1 parent e171865 commit b067690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/DefaultClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ public function read(): Promise {
public function __destruct() {
if (!$this->successfulEnd && $this->requestCycle->socket) {
try {
this->socketPool->clear($this->requestCycle->socket);
$this->socketPool->clear($this->requestCycle->socket);
} catch (\Error $e) {
// This might happen due to the unpredictable __destruct call order
}
Expand Down

0 comments on commit b067690

Please sign in to comment.