Automated formatting changes

This commit is contained in:
Formatter Bot 2021-08-29 09:16:13 +00:00
parent 54c8e04dab
commit 3784632316
4 changed files with 12 additions and 4 deletions

View File

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

View File

@ -91,7 +91,9 @@ class BillElement implements \JsonSerializable
*/
public int $promotion = 0;
public int|Bill $bill = 0;
public int |
Bill $bill = 0;
/**
* Constructor.

View File

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

View File

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