mirror of
https://github.com/Karaka-Management/oms-HumanResourceTimeRecording.git
synced 2026-02-09 09:28:40 +00:00
phpstan and phpcs fixes
This commit is contained in:
parent
a90b7d780c
commit
d28252bc2a
|
|
@ -10,7 +10,7 @@
|
||||||
"icon": null,
|
"icon": null,
|
||||||
"order": 70,
|
"order": 70,
|
||||||
"from": "HumanResourceTimeRecording",
|
"from": "HumanResourceTimeRecording",
|
||||||
"permission": { "permission": 2, "type": null, "element": null },
|
"permission": { "permission": 2, "category": null, "element": null },
|
||||||
"parent": 1002401001,
|
"parent": 1002401001,
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
|
|
@ -24,7 +24,7 @@
|
||||||
"icon": null,
|
"icon": null,
|
||||||
"order": 1,
|
"order": 1,
|
||||||
"from": "HumanResourceTimeRecording",
|
"from": "HumanResourceTimeRecording",
|
||||||
"permission": { "permission": 2, "type": null, "element": null },
|
"permission": { "permission": 2, "category": null, "element": null },
|
||||||
"parent": 1006301001,
|
"parent": 1006301001,
|
||||||
"children": []
|
"children": []
|
||||||
},
|
},
|
||||||
|
|
@ -39,7 +39,7 @@
|
||||||
"icon": null,
|
"icon": null,
|
||||||
"order": 1,
|
"order": 1,
|
||||||
"from": "HumanResourceTimeRecording",
|
"from": "HumanResourceTimeRecording",
|
||||||
"permission": { "permission": 2, "type": null, "element": null },
|
"permission": { "permission": 2, "category": null, "element": null },
|
||||||
"parent": 1006301001,
|
"parent": 1006301001,
|
||||||
"children": []
|
"children": []
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,6 @@ declare(strict_types=1);
|
||||||
|
|
||||||
namespace Modules\HumanResourceTimeRecording\Models;
|
namespace Modules\HumanResourceTimeRecording\Models;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Session element model
|
* Session element model
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user