mirror of
https://github.com/Karaka-Management/oms-Admin.git
synced 2026-02-13 11:08:42 +00:00
fix docs
This commit is contained in:
parent
ff2495ad5c
commit
d4de9ccd46
|
|
@ -191,13 +191,6 @@ class Module
|
||||||
return (string) \json_encode($this->toArray());
|
return (string) \json_encode($this->toArray());
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Json serialize.
|
|
||||||
*
|
|
||||||
* @return array<string, int|string>
|
|
||||||
*
|
|
||||||
* @since 1.0.0
|
|
||||||
*/
|
|
||||||
/**
|
/**
|
||||||
* {@inheritdoc}
|
* {@inheritdoc}
|
||||||
*/
|
*/
|
||||||
|
|
@ -207,11 +200,7 @@ class Module
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* To array
|
* {@inheritdoc}
|
||||||
*
|
|
||||||
* @return array<string, int|string>
|
|
||||||
*
|
|
||||||
* @since 1.0.0
|
|
||||||
*/
|
*/
|
||||||
public function toArray() : array
|
public function toArray() : array
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user