mirror of
https://github.com/Karaka-Management/oms-Profile.git
synced 2026-02-16 07:18:41 +00:00
make type hints easier to read
This commit is contained in:
parent
7dcf71295b
commit
a223ba1e18
|
|
@ -15,10 +15,8 @@ declare(strict_types=1);
|
||||||
use Modules\Media\Models\NullMedia;
|
use Modules\Media\Models\NullMedia;
|
||||||
use phpOMS\Uri\UriFactory;
|
use phpOMS\Uri\UriFactory;
|
||||||
|
|
||||||
/**
|
/** @var \phpOMS\Views\View $this */
|
||||||
* @var \phpOMS\Views\View $this
|
/** @var \Modules\Profile\Models\Profile $profile */
|
||||||
* @var \Modules\Profile\Models\Profile $profile
|
|
||||||
*/
|
|
||||||
$profile = $this->getData('account');
|
$profile = $this->getData('account');
|
||||||
$media = $this->getDatA('media') ?? [];
|
$media = $this->getDatA('media') ?? [];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user