diff --git a/Models/EditorDoc.php b/Models/EditorDoc.php index cf9a24f..f002142 100644 --- a/Models/EditorDoc.php +++ b/Models/EditorDoc.php @@ -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 */ diff --git a/Theme/Backend/editor-list.tpl.php b/Theme/Backend/editor-list.tpl.php index 7aa2887..4a365f9 100644 --- a/Theme/Backend/editor-list.tpl.php +++ b/Theme/Backend/editor-list.tpl.php @@ -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');