src/Currency.php
Method _fetchAPI
has 27 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private static function _fetchAPI($key)
{
if (is_null($key)) {
$key = getenv('ABACUS_OPEN_EXCHANGE_KEY');
}
- Create a ticketCreate a ticket