Automated formatting changes

This commit is contained in:
Formatter Bot 2021-08-29 09:18:50 +00:00
parent d9ba63f335
commit 58c0137b82
2 changed files with 6 additions and 2 deletions

View File

@ -68,7 +68,9 @@ class SupplierAttributeType implements \JsonSerializable, ArrayableInterface
* *
* @var string | SupplierAttributeTypeL11n * @var string | SupplierAttributeTypeL11n
*/ */
protected string|SupplierAttributeTypeL11n $l11n; protected string |
SupplierAttributeTypeL11n $l11n;
/** /**
* Possible default attribute values * Possible default attribute values

View File

@ -41,7 +41,9 @@ class SupplierAttributeTypeL11n implements \JsonSerializable, ArrayableInterface
* @var int|SupplierAttributeType * @var int|SupplierAttributeType
* @since 1.0.0 * @since 1.0.0
*/ */
protected int|SupplierAttributeType $type = 0; protected int |
SupplierAttributeType $type = 0;
/** /**
* Language. * Language.