mirror of
https://github.com/Karaka-Management/oms-ContractManagement.git
synced 2026-01-11 17:48:40 +00:00
rector fixes
This commit is contained in:
parent
fd8ebcc508
commit
e8bc4f0790
|
|
@ -95,9 +95,9 @@ final class Installer extends InstallerAbstract
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
$billType = !\is_array($responseData['response'])
|
$billType = \is_array($responseData['response'])
|
||||||
? $responseData['response']->toArray()
|
? $responseData['response']
|
||||||
: $responseData['response'];
|
: $responseData['response']->toArray();
|
||||||
|
|
||||||
$contractTypes[] = $billType;
|
$contractTypes[] = $billType;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user