From 7e81a67d203db18ffee6826e9f9fd9b53597fb6c Mon Sep 17 00:00:00 2001 From: rush Date: Mon, 27 Mar 2017 22:13:55 +0300 Subject: [PATCH] styleci added --- src/Client.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Client.php b/src/Client.php index 13f640f..122abe9 100644 --- a/src/Client.php +++ b/src/Client.php @@ -118,7 +118,6 @@ private function sendRequest($method, $endpoint, array $payload = []) $response->on('error', function ($reason) use ($deferred) { $deferred->reject($reason); }); - }); $request->on('error', function ($reason) use ($deferred) {