Automated formatting changes

This commit is contained in:
Formatter Bot 2021-10-03 07:19:01 +00:00
parent 943baa70fb
commit fc392c9b8e
2 changed files with 3 additions and 3 deletions

View File

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

View File

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