@@ -72,7 +72,7 @@ |
||
72 | 72 | $val = $this->getEscape($val); |
73 | 73 | $countries = IntlLocales::singleton()->getCountries(); |
74 | 74 | |
75 | - if (strlen((string)$val) == 2) { |
|
75 | + if (strlen((string) $val) == 2) { |
|
76 | 76 | $val = strtolower($val); |
77 | 77 | if (array_key_exists($val, $countries)) { |
78 | 78 | $obj->Country = $val; |