Automated formatting changes

This commit is contained in:
Formatter Bot 2021-06-26 12:39:19 +00:00
parent f4c3e8c882
commit 7867c41092
2 changed files with 7 additions and 3 deletions

View File

@ -68,7 +68,9 @@ class ClientAttributeType implements \JsonSerializable, ArrayableInterface
* *
* @var string | ClientAttributeTypeL11n * @var string | ClientAttributeTypeL11n
*/ */
protected string|ClientAttributeTypeL11n $l11n; protected string |
ClientAttributeTypeL11n $l11n;
/** /**
* Possible default attribute values * Possible default attribute values
@ -111,7 +113,7 @@ class ClientAttributeType implements \JsonSerializable, ArrayableInterface
* *
* @since 1.0.0 * @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) { if ($l11n instanceof ClientAttributeTypeL11n) {
$this->l11n = $l11n; $this->l11n = $l11n;

View File

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