This commit is contained in:
Dennis Eichhorn 2021-10-03 09:28:43 +02:00
commit b60c04e4b5
2 changed files with 3 additions and 3 deletions

View File

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

View File

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