diff --git a/Models/SupplierAttributeType.php b/Models/SupplierAttributeType.php index b116a67..e0d2e56 100755 --- a/Models/SupplierAttributeType.php +++ b/Models/SupplierAttributeType.php @@ -68,7 +68,9 @@ class SupplierAttributeType implements \JsonSerializable, ArrayableInterface * * @var string | SupplierAttributeTypeL11n */ - protected string|SupplierAttributeTypeL11n $l11n; + protected string | + +SupplierAttributeTypeL11n $l11n; /** * Possible default attribute values @@ -111,7 +113,7 @@ class SupplierAttributeType implements \JsonSerializable, ArrayableInterface * * @since 1.0.0 */ - public function setL11n(string|SupplierAttributeTypeL11n $l11n, string $lang = ISO639x1Enum::_EN) : void + public function setL11n(string | SupplierAttributeTypeL11n $l11n, string $lang = ISO639x1Enum::_EN) : void { if ($l11n instanceof SupplierAttributeTypeL11n) { $this->l11n = $l11n; diff --git a/Models/SupplierAttributeTypeL11n.php b/Models/SupplierAttributeTypeL11n.php index 117f4ca..e5cdd98 100755 --- a/Models/SupplierAttributeTypeL11n.php +++ b/Models/SupplierAttributeTypeL11n.php @@ -41,7 +41,9 @@ class SupplierAttributeTypeL11n implements \JsonSerializable, ArrayableInterface * @var int|SupplierAttributeType * @since 1.0.0 */ - protected int|SupplierAttributeType $type = 0; + protected int | + +SupplierAttributeType $type = 0; /** * Language.