From b7b1066031a3aaf31d90c665c31d1daec345f417 Mon Sep 17 00:00:00 2001 From: justmd5 Date: Fri, 17 Apr 2020 04:13:54 +0000 Subject: [PATCH] Apply fixes from StyleCI [ci skip] [skip ci] --- src/Api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Api.php b/src/Api.php index e6b3b0f..ebcd736 100644 --- a/src/Api.php +++ b/src/Api.php @@ -51,7 +51,7 @@ private function signature($params) * * @return mixed */ - public function request($method, $params=[], $data_type = 'JSON') + public function request($method, $params = [], $data_type = 'JSON') { $http = $this->getHttp(); $params = $this->paramsHandle($params);