@@ -45,7 +45,7 @@ |
||
| 45 | 45 | libxml_use_internal_errors(true); |
| 46 | 46 | $xml = simplexml_load_string($xml); |
| 47 | 47 | $errors = libxml_get_errors(); |
| 48 | - if (! empty($errors)) { |
|
| 48 | + if (!empty($errors)) { |
|
| 49 | 49 | throw new \Exception("Failed to parse OFX: " . var_export($errors, true)); |
| 50 | 50 | } |
| 51 | 51 | |