diff --git a/Admin/Uninstaller.php b/Admin/Uninstaller.php index d7364e3..1b8ce99 100755 --- a/Admin/Uninstaller.php +++ b/Admin/Uninstaller.php @@ -14,8 +14,6 @@ declare(strict_types=1); namespace Modules\ItemManagement\Admin; -use phpOMS\Module\UninstallerAbstract; - /** * Uninstaller class. * diff --git a/Models/ItemAttributeType.php b/Models/ItemAttributeType.php index 41437a7..26460e0 100755 --- a/Models/ItemAttributeType.php +++ b/Models/ItemAttributeType.php @@ -68,7 +68,9 @@ class ItemAttributeType implements \JsonSerializable, ArrayableInterface * * @var ItemAttributeTypeL11n */ - protected string|ItemAttributeTypeL11n $l11n; + protected string | + +ItemAttributeTypeL11n $l11n; /** * Possible default attribute values diff --git a/Models/ItemAttributeTypeL11n.php b/Models/ItemAttributeTypeL11n.php index f1ec5f7..655a60b 100755 --- a/Models/ItemAttributeTypeL11n.php +++ b/Models/ItemAttributeTypeL11n.php @@ -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.