Automated formatting changes

This commit is contained in:
Formatter Bot 2021-10-03 07:18:15 +00:00
parent d98a6b29e3
commit 5ee67d6227
5 changed files with 12 additions and 6 deletions

View File

@ -14,8 +14,6 @@ declare(strict_types=1);
namespace Modules\Billing\Admin; namespace Modules\Billing\Admin;
use phpOMS\Module\UninstallerAbstract;
/** /**
* Uninstaller class. * Uninstaller class.
* *

View File

@ -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.

View File

@ -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.

View File

@ -43,7 +43,9 @@ class BillType
* *
* @var string|BillTypeL11n * @var string|BillTypeL11n
*/ */
protected string|BillTypeL11n $l11n; protected string |
BillTypeL11n $l11n;
/** /**
* Constructor. * Constructor.

View File

@ -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.