src/Utilities.php
Method getCountryCodes
has 248 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public static function getCountryCodes()
{
return array
(
'AF' => 'Afghanistan',
File Utilities.php
has 361 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
/**
* Common functions that can be used across all methods
*/
Method getCurrencies
has 102 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public static function getCurrencies()
{
return array(
'AFA' => array('Afghan Afghani', '971'),
'AWG' => array('Aruban Florin', '533'),