mirror of
https://github.com/Karaka-Management/oms-Dashboard.git
synced 2026-02-10 15:38:42 +00:00
cs and phpstan fixes
This commit is contained in:
parent
d21b9074f8
commit
b24e25573c
|
|
@ -58,7 +58,7 @@ final class DashboardBoardMapper extends DataMapperAbstract
|
|||
/**
|
||||
* Belongs to.
|
||||
*
|
||||
* @var array<string, array{mapper:string, self:string}>
|
||||
* @var array<string, array{mapper:string, external:string}>
|
||||
* @since 1.0.0
|
||||
*/
|
||||
protected static array $belongsTo = [
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@ final class DashboardComponentMapper extends DataMapperAbstract
|
|||
/**
|
||||
* Belongs to.
|
||||
*
|
||||
* @var array<string, array{mapper:string, self:string}>
|
||||
* @var array<string, array{mapper:string, external:string}>
|
||||
* @since 1.0.0
|
||||
*/
|
||||
protected static array $belongsTo = [
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user