mirror of
https://github.com/Karaka-Management/oms-Organization.git
synced 2026-01-28 07:38:41 +00:00
typehint fixes
This commit is contained in:
parent
291d29f059
commit
36e7c7b592
|
|
@ -13,7 +13,7 @@
|
|||
declare(strict_types=1);
|
||||
|
||||
/**
|
||||
* @var \phpOMS\Views\View $this
|
||||
* @var \phpOMS\Views\View $this
|
||||
* @var \Modules\Organization\Models\Department[] $departments
|
||||
*/
|
||||
$departments = $this->getData('list:elements') ?? [];
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
declare(strict_types=1);
|
||||
|
||||
/**
|
||||
* @var \phpOMS\Views\View $this
|
||||
* @var \phpOMS\Views\View $this
|
||||
* @var \Modules\Organization\Models\Position[] $positions
|
||||
*/
|
||||
$positions = $this->getData('list:elements') ?? [];
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
declare(strict_types=1);
|
||||
|
||||
/**
|
||||
* @var \phpOMS\Views\View $this
|
||||
* @var \phpOMS\Views\View $this
|
||||
* @var \Modules\Organization\Models\Unit[] $units
|
||||
*/
|
||||
$units = $this->getData('list:elements') ?? [];
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user