mirror of
https://github.com/Karaka-Management/oms-Profile.git
synced 2026-02-17 15:58:40 +00:00
typehint fixes
This commit is contained in:
parent
4cba82c257
commit
a29a4386a0
|
|
@ -13,7 +13,7 @@
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var \phpOMS\Views\View $this
|
* @var \phpOMS\Views\View $this
|
||||||
* @var \Modules\Profile\Models\Profile[] $accounts
|
* @var \Modules\Profile\Models\Profile[] $accounts
|
||||||
*/
|
*/
|
||||||
$accounts = $this->getData('accounts');
|
$accounts = $this->getData('accounts');
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user