mirror of
https://github.com/Karaka-Management/oms-Admin.git
synced 2026-01-25 11:38:41 +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());
|
||||
}
|
||||
|
||||
/**
|
||||
* Json serialize.
|
||||
*
|
||||
* @return array<string, int|string>
|
||||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
|
|
@ -207,11 +200,7 @@ class Module
|
|||
}
|
||||
|
||||
/**
|
||||
* To array
|
||||
*
|
||||
* @return array<string, int|string>
|
||||
*
|
||||
* @since 1.0.0
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function toArray() : array
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user