Skip to content

Commit

Permalink
this closes #109
Browse files Browse the repository at this point in the history
  • Loading branch information
dmzoneill committed Apr 12, 2018
1 parent 7b39a90 commit 0667f3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions php-binance-api.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ public function __construct() {
$this->__construct2( $param[ 0 ], $param[ 1 ] );
break;
case 3:
$this->__construct2( $param[ 0 ], $param[ 1 ], $param[ 2 ] );
$this->__construct3( $param[ 0 ], $param[ 1 ], $param[ 2 ] );
break;
case 4:
$this->__construct2( $param[ 0 ], $param[ 1 ], $param[ 2 ], $param[ 3 ] );
$this->__construct4( $param[ 0 ], $param[ 1 ], $param[ 2 ], $param[ 3 ] );
break;
}
}
Expand Down

0 comments on commit 0667f3d

Please sign in to comment.