mirror of
https://github.com/Karaka-Management/oms-Support.git
synced 2026-01-11 17:18:40 +00:00
phpstan and phpcs fixes
This commit is contained in:
parent
c5dc27ea9e
commit
4ee7632a1c
|
|
@ -10,7 +10,7 @@
|
||||||
"icon": "fa fa-question-circle",
|
"icon": "fa fa-question-circle",
|
||||||
"order": 80,
|
"order": 80,
|
||||||
"from": "Support",
|
"from": "Support",
|
||||||
"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": "Support",
|
"from": "Support",
|
||||||
"permission": { "permission": 2, "type": null, "element": null },
|
"permission": { "permission": 2, "category": null, "element": null },
|
||||||
"parent": 1002901001,
|
"parent": 1002901001,
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
|
|
@ -38,7 +38,7 @@
|
||||||
"icon": null,
|
"icon": null,
|
||||||
"order": 1,
|
"order": 1,
|
||||||
"from": "Support",
|
"from": "Support",
|
||||||
"permission": { "permission": 2, "type": null, "element": null },
|
"permission": { "permission": 2, "category": null, "element": null },
|
||||||
"parent": 1002901101,
|
"parent": 1002901101,
|
||||||
"children": [
|
"children": [
|
||||||
]
|
]
|
||||||
|
|
@ -54,7 +54,7 @@
|
||||||
"icon": null,
|
"icon": null,
|
||||||
"order": 5,
|
"order": 5,
|
||||||
"from": "Support",
|
"from": "Support",
|
||||||
"permission": { "permission": 4, "type": null, "element": null },
|
"permission": { "permission": 4, "category": null, "element": null },
|
||||||
"parent": 1002901101,
|
"parent": 1002901101,
|
||||||
"children": [
|
"children": [
|
||||||
]
|
]
|
||||||
|
|
@ -72,7 +72,7 @@
|
||||||
"icon": null,
|
"icon": null,
|
||||||
"order": 5,
|
"order": 5,
|
||||||
"from": "Support",
|
"from": "Support",
|
||||||
"permission": { "permission": 2, "type": null, "element": null },
|
"permission": { "permission": 2, "category": null, "element": null },
|
||||||
"parent": 1002901001,
|
"parent": 1002901001,
|
||||||
"children": [
|
"children": [
|
||||||
]
|
]
|
||||||
|
|
@ -88,7 +88,7 @@
|
||||||
"icon": null,
|
"icon": null,
|
||||||
"order": 10,
|
"order": 10,
|
||||||
"from": "Support",
|
"from": "Support",
|
||||||
"permission": { "permission": 2, "type": null, "element": null },
|
"permission": { "permission": 2, "category": null, "element": null },
|
||||||
"parent": 1002901001,
|
"parent": 1002901001,
|
||||||
"children": [
|
"children": [
|
||||||
]
|
]
|
||||||
|
|
@ -106,7 +106,7 @@
|
||||||
"icon": null,
|
"icon": null,
|
||||||
"order": 5,
|
"order": 5,
|
||||||
"from": "Support",
|
"from": "Support",
|
||||||
"permission": { "permission": 2, "type": null, "element": null },
|
"permission": { "permission": 2, "category": null, "element": null },
|
||||||
"parent": 1003401001,
|
"parent": 1003401001,
|
||||||
"children": [
|
"children": [
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,6 @@ declare(strict_types=1);
|
||||||
|
|
||||||
namespace Modules\Support\Models;
|
namespace Modules\Support\Models;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Ticket class.
|
* Ticket class.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user