Showing 4 of 4 total issues
File CurrencyCodeChecker.php
has 316 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
declare(strict_types=1);
namespace Jimmerioles\BitcoinCurrencyConverter\Util;
- Create a ticketCreate a ticket
Line exceeds 120 characters; contains 124 characters Open
Open
throw new InvalidArgumentException("Argument passed not a valid currency code, '" . $currencyCode . "' given.");
- Create a ticketCreate a ticket
- Exclude checks
Line exceeds 120 characters; contains 125 characters Open
Open
throw new InvalidArgumentException('Argument $currencyCode \'' . $currencyCode . "' not supported by provider.");
- Create a ticketCreate a ticket
- Exclude checks
Line exceeds 120 characters; contains 126 characters Open
Open
throw new InvalidArgumentException('Argument $currencyCode not valid currency code, \'' . $currencyCode . "' given.");
- Create a ticketCreate a ticket
- Exclude checks