Skip to content

Commit

Permalink
Fixed coding standard changes
Browse files Browse the repository at this point in the history
  • Loading branch information
gelanivishal authored Jun 1, 2018
1 parent 5e66404 commit d682ead
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,8 @@ private function convertBatch($data, $currencyFrom, $currenciesTo)
} finally {
ini_restore('max_execution_time');
}

}


return $data;
}

Expand Down Expand Up @@ -138,4 +136,4 @@ private function getServiceResponse($url, $retry = 0)
protected function _convert($currencyFrom, $currencyTo)
{
}
}
}

0 comments on commit d682ead

Please sign in to comment.