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