mirror of
https://github.com/Karaka-Management/oms-Billing.git
synced 2026-02-04 10:38:42 +00:00
Automated formatting changes
This commit is contained in:
parent
d98a6b29e3
commit
5ee67d6227
|
|
@ -14,8 +14,6 @@ declare(strict_types=1);
|
|||
|
||||
namespace Modules\Billing\Admin;
|
||||
|
||||
use phpOMS\Module\UninstallerAbstract;
|
||||
|
||||
/**
|
||||
* Uninstaller class.
|
||||
*
|
||||
|
|
|
|||
|
|
@ -55,7 +55,9 @@ class Bill implements \JsonSerializable
|
|||
* @var int|BillType
|
||||
* @since 1.0.0
|
||||
*/
|
||||
public int|BillType $type = 0;
|
||||
public int |
|
||||
|
||||
BillType $type = 0;
|
||||
|
||||
/**
|
||||
* Bill status.
|
||||
|
|
|
|||
|
|
@ -91,7 +91,9 @@ class BillElement implements \JsonSerializable
|
|||
*/
|
||||
public int $promotion = 0;
|
||||
|
||||
public int|Bill $bill = 0;
|
||||
public int |
|
||||
|
||||
Bill $bill = 0;
|
||||
|
||||
/**
|
||||
* Constructor.
|
||||
|
|
|
|||
|
|
@ -43,7 +43,9 @@ class BillType
|
|||
*
|
||||
* @var string|BillTypeL11n
|
||||
*/
|
||||
protected string|BillTypeL11n $l11n;
|
||||
protected string |
|
||||
|
||||
BillTypeL11n $l11n;
|
||||
|
||||
/**
|
||||
* Constructor.
|
||||
|
|
|
|||
|
|
@ -41,7 +41,9 @@ class BillTypeL11n implements \JsonSerializable, ArrayableInterface
|
|||
* @var int
|
||||
* @since 1.0.0
|
||||
*/
|
||||
protected int|BillType $type = 0;
|
||||
protected int |
|
||||
|
||||
BillType $type = 0;
|
||||
|
||||
/**
|
||||
* Language.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user