Skip to content

Commit

Permalink
StyleCI Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Moinuddin S. Khaja committed Dec 7, 2021
1 parent e966070 commit b5c3350
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/CoinDCXApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -150,10 +150,10 @@ public function getOrderBook($pair)
public function getCandles($pair, $interval = '5m', $startTime = null, $endTime = null)
{
$data = [
'pair' => $pair,
'interval' => $interval,
'pair' => $pair,
'interval' => $interval,
'startTime' => $startTime,
'endTime' => $endTime,
'endTime' => $endTime,
];

$this->api_url = $this->public_url;
Expand Down

0 comments on commit b5c3350

Please sign in to comment.