mirror of
https://github.com/Karaka-Management/oms-ItemManagement.git
synced 2026-02-01 13:18:42 +00:00
Merge branch 'develop' of https://github.com/Orange-Management/oms-ItemManagement into develop
This commit is contained in:
commit
ddf01145ec
|
|
@ -14,8 +14,6 @@ declare(strict_types=1);
|
|||
|
||||
namespace Modules\ItemManagement\Admin;
|
||||
|
||||
use phpOMS\Module\UninstallerAbstract;
|
||||
|
||||
/**
|
||||
* Uninstaller class.
|
||||
*
|
||||
|
|
|
|||
|
|
@ -68,7 +68,9 @@ class ItemAttributeType implements \JsonSerializable, ArrayableInterface
|
|||
*
|
||||
* @var ItemAttributeTypeL11n
|
||||
*/
|
||||
protected string|ItemAttributeTypeL11n $l11n;
|
||||
protected string |
|
||||
|
||||
ItemAttributeTypeL11n $l11n;
|
||||
|
||||
/**
|
||||
* Possible default attribute values
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user