phpstan and phpcs fixes

This commit is contained in:
Dennis Eichhorn 2022-03-29 16:41:16 +02:00
parent 0f7c4a2127
commit 7e29ffccd1
2 changed files with 6 additions and 7 deletions

View File

@ -10,7 +10,7 @@
"icon": null,
"order": 1,
"from": "ClientManagement",
"permission": { "permission": 2, "type": null, "element": null },
"permission": { "permission": 2, "category": null, "element": null },
"parent": 1001601001,
"children": [
{
@ -24,7 +24,7 @@
"icon": null,
"order": 1,
"from": "ClientManagement",
"permission": { "permission": 2, "type": null, "element": null },
"permission": { "permission": 2, "category": null, "element": null },
"parent": 1003102001,
"children": []
},
@ -39,7 +39,7 @@
"icon": null,
"order": 1,
"from": "ClientManagement",
"permission": { "permission": 4, "type": null, "element": null },
"permission": { "permission": 4, "category": null, "element": null },
"parent": 1003102001,
"children": []
}
@ -56,7 +56,7 @@
"icon": null,
"order": 2,
"from": "ClientManagement",
"permission": { "permission": 2, "type": null, "element": null },
"permission": { "permission": 2, "category": null, "element": null },
"parent": 1001602001,
"children": []
},
@ -71,7 +71,7 @@
"icon": null,
"order": 3,
"from": "ClientManagement",
"permission": { "permission": 2, "type": null, "element": null },
"permission": { "permission": 2, "category": null, "element": null },
"parent": 1001602001,
"children": []
},
@ -86,7 +86,7 @@
"icon": null,
"order": 4,
"from": "ClientManagement",
"permission": { "permission": 2, "type": null, "element": null },
"permission": { "permission": 2, "category": null, "element": null },
"parent": 1001602001,
"children": []
}

View File

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