mirror of
https://github.com/Karaka-Management/oms-SupplierManagement.git
synced 2026-02-18 09:28:40 +00:00
bug fixes and template adjustments
This commit is contained in:
parent
3506aaef5b
commit
d9ba63f335
|
|
@ -68,9 +68,7 @@ class SupplierAttributeType implements \JsonSerializable, ArrayableInterface
|
||||||
*
|
*
|
||||||
* @var string | SupplierAttributeTypeL11n
|
* @var string | SupplierAttributeTypeL11n
|
||||||
*/
|
*/
|
||||||
protected string |
|
protected string|SupplierAttributeTypeL11n $l11n;
|
||||||
|
|
||||||
SupplierAttributeTypeL11n $l11n;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Possible default attribute values
|
* Possible default attribute values
|
||||||
|
|
|
||||||
|
|
@ -41,9 +41,7 @@ class SupplierAttributeTypeL11n implements \JsonSerializable, ArrayableInterface
|
||||||
* @var int|SupplierAttributeType
|
* @var int|SupplierAttributeType
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
protected int |
|
protected int|SupplierAttributeType $type = 0;
|
||||||
|
|
||||||
SupplierAttributeType $type = 0;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Language.
|
* Language.
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": ">=9.4",
|
"phpunit/phpunit": ">=9.4",
|
||||||
"friendsofphp/php-cs-fixer": ">=3.0",
|
"friendsofphp/php-cs-fixer": ">=3.0",
|
||||||
"squizlabs/php_codesniffer": ">=3.5",
|
"squizlabs/php_codesniffer": ">=3.6",
|
||||||
"phpmd/phpmd": ">=2.9",
|
"phpmd/phpmd": ">=2.9",
|
||||||
"phpstan/phpstan": ">=0.12.58",
|
"phpstan/phpstan": ">=0.12.58",
|
||||||
"phan/phan": ">=3.2.6"
|
"phan/phan": ">=3.2.6"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user