mirror of
https://github.com/Karaka-Management/oms-Exchange.git
synced 2026-02-15 01:08:40 +00:00
rector fixes + bug fixes
This commit is contained in:
parent
f19c695597
commit
64f5ec5314
|
|
@ -162,8 +162,8 @@ final class Installer extends InstallerAbstract
|
||||||
return [];
|
return [];
|
||||||
}
|
}
|
||||||
|
|
||||||
return !\is_array($responseData['response'])
|
return \is_array($responseData['response'])
|
||||||
? $responseData['response']->toArray()
|
? $responseData['response']
|
||||||
: $responseData['response'];
|
: $responseData['response']->toArray();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user