mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-16 00:18:40 +00:00
Automated formatting changes
This commit is contained in:
parent
cf72e2f5ec
commit
06471f5f71
|
|
@ -105,7 +105,7 @@ final class Currency
|
||||||
try {
|
try {
|
||||||
$xml = new \SimpleXMLElement(Rest::request($request)->getBody());
|
$xml = new \SimpleXMLElement(Rest::request($request)->getBody());
|
||||||
|
|
||||||
if (!(property_exists($xml, 'Cube') && $xml->Cube !== null)) {
|
if (!(\property_exists($xml, 'Cube') && $xml->Cube !== null)) {
|
||||||
throw new \Exception('Invalid xml path'); // @codeCoverageIgnore
|
throw new \Exception('Invalid xml path'); // @codeCoverageIgnore
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,6 @@ namespace phpOMS\tests\Localization;
|
||||||
|
|
||||||
require_once __DIR__ . '/../Autoloader.php';
|
require_once __DIR__ . '/../Autoloader.php';
|
||||||
|
|
||||||
use phpOMS\Localization\ISO4217SymbolEnum;
|
|
||||||
use phpOMS\Localization\Money;
|
use phpOMS\Localization\Money;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user