From 7867c410922293d42bf699e45f3b802a0025d8dc Mon Sep 17 00:00:00 2001 From: Formatter Bot Date: Sat, 26 Jun 2021 12:39:19 +0000 Subject: [PATCH] Automated formatting changes --- Models/ClientAttributeType.php | 6 ++++-- Models/ClientAttributeTypeL11n.php | 4 +++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Models/ClientAttributeType.php b/Models/ClientAttributeType.php index 0b12f73..8b8ab25 100755 --- a/Models/ClientAttributeType.php +++ b/Models/ClientAttributeType.php @@ -68,7 +68,9 @@ class ClientAttributeType implements \JsonSerializable, ArrayableInterface * * @var string | ClientAttributeTypeL11n */ - protected string|ClientAttributeTypeL11n $l11n; + protected string | + +ClientAttributeTypeL11n $l11n; /** * Possible default attribute values @@ -111,7 +113,7 @@ class ClientAttributeType implements \JsonSerializable, ArrayableInterface * * @since 1.0.0 */ - public function setL11n(string|ClientAttributeTypeL11n $l11n, string $lang = ISO639x1Enum::_EN) : void + public function setL11n(string | ClientAttributeTypeL11n $l11n, string $lang = ISO639x1Enum::_EN) : void { if ($l11n instanceof ClientAttributeTypeL11n) { $this->l11n = $l11n; diff --git a/Models/ClientAttributeTypeL11n.php b/Models/ClientAttributeTypeL11n.php index e0b65b0..27fb954 100755 --- a/Models/ClientAttributeTypeL11n.php +++ b/Models/ClientAttributeTypeL11n.php @@ -41,7 +41,9 @@ class ClientAttributeTypeL11n implements \JsonSerializable, ArrayableInterface * @var int|ClientAttributeType * @since 1.0.0 */ - protected int|ClientAttributeType $type = 0; + protected int | + +ClientAttributeType $type = 0; /** * Language.