mirror of
https://github.com/Karaka-Management/oms-Billing.git
synced 2026-02-16 08:18:41 +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;
|
namespace Modules\Billing\Admin;
|
||||||
|
|
||||||
use phpOMS\Module\UninstallerAbstract;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Uninstaller class.
|
* Uninstaller class.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -55,7 +55,9 @@ class Bill implements \JsonSerializable
|
||||||
* @var int|BillType
|
* @var int|BillType
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
public int|BillType $type = 0;
|
public int |
|
||||||
|
|
||||||
|
BillType $type = 0;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Bill status.
|
* Bill status.
|
||||||
|
|
|
||||||
|
|
@ -91,7 +91,9 @@ class BillElement implements \JsonSerializable
|
||||||
*/
|
*/
|
||||||
public int $promotion = 0;
|
public int $promotion = 0;
|
||||||
|
|
||||||
public int|Bill $bill = 0;
|
public int |
|
||||||
|
|
||||||
|
Bill $bill = 0;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructor.
|
* Constructor.
|
||||||
|
|
|
||||||
|
|
@ -43,7 +43,9 @@ class BillType
|
||||||
*
|
*
|
||||||
* @var string|BillTypeL11n
|
* @var string|BillTypeL11n
|
||||||
*/
|
*/
|
||||||
protected string|BillTypeL11n $l11n;
|
protected string |
|
||||||
|
|
||||||
|
BillTypeL11n $l11n;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructor.
|
* Constructor.
|
||||||
|
|
|
||||||
|
|
@ -41,7 +41,9 @@ class BillTypeL11n implements \JsonSerializable, ArrayableInterface
|
||||||
* @var int
|
* @var int
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
protected int|BillType $type = 0;
|
protected int |
|
||||||
|
|
||||||
|
BillType $type = 0;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Language.
|
* Language.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user