Skip to content

Commit

Permalink
Remove undefined variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgenii Nasyrov committed Apr 5, 2018
1 parent ce38ad3 commit d6c9aee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Trader.php
Original file line number Diff line number Diff line change
Expand Up @@ -1844,7 +1844,7 @@ public function ht_dcphase(array $real): array
*/
public function ht_phasor(array $open): array
{
$result = trader_ht_phasor($open, $close);
$result = trader_ht_phasor($open);

$this->handleErrors();

Expand Down

0 comments on commit d6c9aee

Please sign in to comment.