diff --git a/Models/ItemAttributeType.php b/Models/ItemAttributeType.php index 8cf381f..338f665 100755 --- a/Models/ItemAttributeType.php +++ b/Models/ItemAttributeType.php @@ -68,7 +68,9 @@ class ItemAttributeType implements \JsonSerializable, ArrayableInterface * * @var ItemAttributeTypeL11n */ - protected string|ItemAttributeTypeL11n $l11n; + protected string | + +ItemAttributeTypeL11n $l11n; /** * Possible default attribute values @@ -111,7 +113,7 @@ class ItemAttributeType implements \JsonSerializable, ArrayableInterface * * @since 1.0.0 */ - public function setL11n(string|ItemAttributeTypeL11n $l11n, string $lang = ISO639x1Enum::_EN) : void + public function setL11n(string | ItemAttributeTypeL11n $l11n, string $lang = ISO639x1Enum::_EN) : void { if ($l11n instanceof ItemAttributeTypeL11n) { $this->l11n = $l11n; diff --git a/Models/ItemAttributeTypeL11n.php b/Models/ItemAttributeTypeL11n.php index f1ec5f7..655a60b 100755 --- a/Models/ItemAttributeTypeL11n.php +++ b/Models/ItemAttributeTypeL11n.php @@ -41,7 +41,9 @@ class ItemAttributeTypeL11n implements \JsonSerializable, ArrayableInterface * @var int|ItemAttributeType * @since 1.0.0 */ - protected int|ItemAttributeType $type = 0; + protected int | + +ItemAttributeType $type = 0; /** * Language.