This commit is contained in:
Dennis Eichhorn 2021-10-03 09:28:19 +02:00
commit ddf01145ec
3 changed files with 6 additions and 4 deletions

View File

@ -14,8 +14,6 @@ declare(strict_types=1);
namespace Modules\ItemManagement\Admin;
use phpOMS\Module\UninstallerAbstract;
/**
* Uninstaller class.
*

View File

@ -68,7 +68,9 @@ class ItemAttributeType implements \JsonSerializable, ArrayableInterface
*
* @var ItemAttributeTypeL11n
*/
protected string|ItemAttributeTypeL11n $l11n;
protected string |
ItemAttributeTypeL11n $l11n;
/**
* Possible default attribute values

View File

@ -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.