mirror of
https://github.com/Karaka-Management/oms-SupplierManagement.git
synced 2026-02-09 13:38:40 +00:00
Automated formatting changes
This commit is contained in:
parent
943baa70fb
commit
fc392c9b8e
|
|
@ -14,8 +14,6 @@ declare(strict_types=1);
|
|||
|
||||
namespace Modules\SupplierManagement\Admin;
|
||||
|
||||
use phpOMS\Module\UninstallerAbstract;
|
||||
|
||||
/**
|
||||
* Uninstaller class.
|
||||
*
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user