phpstan and phpcs fixes

This commit is contained in:
Dennis Eichhorn 2022-03-29 16:41:17 +02:00
parent 9afb43bca0
commit 3f2d3b9dc2
2 changed files with 4 additions and 5 deletions

View File

@ -10,7 +10,7 @@
"icon": null, "icon": null,
"order": 1, "order": 1,
"from": "SupplierManagement", "from": "SupplierManagement",
"permission": { "permission": 2, "type": null, "element": null }, "permission": { "permission": 2, "category": null, "element": null },
"parent": 1002101001, "parent": 1002101001,
"children": [ "children": [
{ {
@ -24,7 +24,7 @@
"icon": null, "icon": null,
"order": 1, "order": 1,
"from": "SupplierManagement", "from": "SupplierManagement",
"permission": { "permission": 2, "type": null, "element": null }, "permission": { "permission": 2, "category": null, "element": null },
"parent": 1003202001, "parent": 1003202001,
"children": [] "children": []
}, },
@ -39,7 +39,7 @@
"icon": null, "icon": null,
"order": 5, "order": 5,
"from": "SupplierManagement", "from": "SupplierManagement",
"permission": { "permission": 4, "type": null, "element": null }, "permission": { "permission": 4, "category": null, "element": null },
"parent": 1003202001, "parent": 1003202001,
"children": [] "children": []
} }
@ -56,7 +56,7 @@
"icon": null, "icon": null,
"order": 2, "order": 2,
"from": "SupplierManagement", "from": "SupplierManagement",
"permission": { "permission": 2, "type": null, "element": null }, "permission": { "permission": 2, "category": null, "element": null },
"parent": 1002106001, "parent": 1002106001,
"children": [] "children": []
} }

View File

@ -14,7 +14,6 @@ declare(strict_types=1);
namespace Modules\SupplierManagement\Models; namespace Modules\SupplierManagement\Models;
/** /**
* Supplier class. * Supplier class.
* *