phpstan and phpcs fixes

This commit is contained in:
Dennis Eichhorn 2022-03-29 16:41:17 +02:00
parent 07ec3c1b6d
commit 80c802e0f4
2 changed files with 7 additions and 8 deletions

View File

@ -10,7 +10,7 @@
"icon": "fa fa-paint-brush", "icon": "fa fa-paint-brush",
"order": 60, "order": 60,
"from": "Marketing", "from": "Marketing",
"permission": { "permission": 2, "type": null, "element": null }, "permission": { "permission": 2, "category": null, "element": null },
"parent": 0, "parent": 0,
"children": [ "children": [
{ {
@ -24,7 +24,7 @@
"icon": null, "icon": null,
"order": 1, "order": 1,
"from": "Marketing", "from": "Marketing",
"permission": { "permission": 2, "type": null, "element": null }, "permission": { "permission": 2, "category": null, "element": null },
"parent": 1001901001, "parent": 1001901001,
"children": [ "children": [
{ {
@ -38,7 +38,7 @@
"icon": null, "icon": null,
"order": 1, "order": 1,
"from": "Marketing", "from": "Marketing",
"permission": { "permission": 2, "type": null, "element": null }, "permission": { "permission": 2, "category": null, "element": null },
"parent": 1001902001, "parent": 1001902001,
"children": [] "children": []
}, },
@ -53,7 +53,7 @@
"icon": null, "icon": null,
"order": 5, "order": 5,
"from": "Marketing", "from": "Marketing",
"permission": { "permission": 4, "type": null, "element": null }, "permission": { "permission": 4, "category": null, "element": null },
"parent": 1001902001, "parent": 1001902001,
"children": [] "children": []
} }
@ -70,7 +70,7 @@
"icon": null, "icon": null,
"order": 5, "order": 5,
"from": "Marketing", "from": "Marketing",
"permission": { "permission": 2, "type": null, "element": null }, "permission": { "permission": 2, "category": null, "element": null },
"parent": 1001901001, "parent": 1001901001,
"children": [ "children": [
{ {
@ -84,7 +84,7 @@
"icon": null, "icon": null,
"order": 1, "order": 1,
"from": "Marketing", "from": "Marketing",
"permission": { "permission": 2, "type": null, "element": null }, "permission": { "permission": 2, "category": null, "element": null },
"parent": 1001903001, "parent": 1001903001,
"children": [] "children": []
}, },
@ -99,7 +99,7 @@
"icon": null, "icon": null,
"order": 5, "order": 5,
"from": "Marketing", "from": "Marketing",
"permission": { "permission": 4, "type": null, "element": null }, "permission": { "permission": 4, "category": null, "element": null },
"parent": 1001903001, "parent": 1001903001,
"children": [] "children": []
} }

View File

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