mirror of
https://github.com/Karaka-Management/oms-Editor.git
synced 2026-01-28 01:08:41 +00:00
improve docblocks
This commit is contained in:
parent
b0e6df3d0d
commit
02c314f3aa
|
|
@ -77,7 +77,7 @@ class EditorDoc implements ArrayableInterface, \JsonSerializable
|
|||
/**
|
||||
* Creator.
|
||||
*
|
||||
* @var int
|
||||
* @var int|\Modules\Admin\Models\Account
|
||||
* @since 1.0.0
|
||||
*/
|
||||
private $createdBy = 0;
|
||||
|
|
@ -171,7 +171,7 @@ class EditorDoc implements ArrayableInterface, \JsonSerializable
|
|||
/**
|
||||
* Get created by
|
||||
*
|
||||
* @return int
|
||||
* @return int|\Modules\Admin\Models\Account
|
||||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -13,7 +13,8 @@
|
|||
declare(strict_types=1);
|
||||
|
||||
/**
|
||||
* @var \phpOMS\Views\View $this
|
||||
* @var \phpOMS\Views\View $this
|
||||
* @var \Modules\Editor\Models\EditorDoc[] $docs
|
||||
*/
|
||||
$docs = $this->getData('docs');
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user