improve docblocks

This commit is contained in:
Dennis Eichhorn 2020-02-12 19:53:07 +01:00
parent b0e6df3d0d
commit 02c314f3aa
2 changed files with 4 additions and 3 deletions

View File

@ -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
*/

View File

@ -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');