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