mirror of
https://github.com/Karaka-Management/oms-ItemManagement.git
synced 2026-02-16 20:28:42 +00:00
Automated formatting changes
This commit is contained in:
parent
906ee6461b
commit
687e0f366f
|
|
@ -68,7 +68,9 @@ class ItemAttributeType implements \JsonSerializable, ArrayableInterface
|
||||||
*
|
*
|
||||||
* @var ItemAttributeTypeL11n
|
* @var ItemAttributeTypeL11n
|
||||||
*/
|
*/
|
||||||
protected string|ItemAttributeTypeL11n $l11n;
|
protected string |
|
||||||
|
|
||||||
|
ItemAttributeTypeL11n $l11n;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Possible default attribute values
|
* Possible default attribute values
|
||||||
|
|
@ -111,7 +113,7 @@ class ItemAttributeType implements \JsonSerializable, ArrayableInterface
|
||||||
*
|
*
|
||||||
* @since 1.0.0
|
* @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) {
|
if ($l11n instanceof ItemAttributeTypeL11n) {
|
||||||
$this->l11n = $l11n;
|
$this->l11n = $l11n;
|
||||||
|
|
|
||||||
|
|
@ -41,7 +41,9 @@ class ItemAttributeTypeL11n implements \JsonSerializable, ArrayableInterface
|
||||||
* @var int|ItemAttributeType
|
* @var int|ItemAttributeType
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
protected int|ItemAttributeType $type = 0;
|
protected int |
|
||||||
|
|
||||||
|
ItemAttributeType $type = 0;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Language.
|
* Language.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user