Automated formatting changes

This commit is contained in:
Formatter Bot 2022-12-10 21:21:15 +00:00
parent 0a8683a577
commit 36cf7a170e
2 changed files with 1 additions and 2 deletions

View File

@ -115,7 +115,7 @@ class BillType implements \JsonSerializable
public function toArray() : array
{
return [
'id' => $this->id,
'id' => $this->id,
'numberFormat' => $this->numberFormat,
'transferType' => $this->transferType,
];

View File

@ -17,7 +17,6 @@ namespace Modules\Billing\tests\Models;
use Modules\Billing\Models\Bill;
use Modules\Billing\Models\BillElement;
use Modules\Billing\Models\BillStatus;
use Modules\Billing\Models\BillType;
use Modules\Billing\Models\NullBillType;
use Modules\Media\Models\Media;
use phpOMS\Localization\ISO4217CharEnum;