mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-18 09:28:39 +00:00
Merge branch 'develop' of https://github.com/Karaka-Management/phpOMS into develop
This commit is contained in:
commit
173c501b54
|
|
@ -105,7 +105,7 @@ final class Currency
|
|||
try {
|
||||
$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
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -16,7 +16,6 @@ namespace phpOMS\tests\Localization;
|
|||
|
||||
require_once __DIR__ . '/../Autoloader.php';
|
||||
|
||||
use phpOMS\Localization\ISO4217SymbolEnum;
|
||||
use phpOMS\Localization\Money;
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user