mirror of
https://github.com/Karaka-Management/oms-Profile.git
synced 2026-02-02 09:18:42 +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 phpOMS\Uri\UriFactory;
|
||||
|
||||
/**
|
||||
* @var \phpOMS\Views\View $this
|
||||
* @var \Modules\Profile\Models\Profile $profile
|
||||
*/
|
||||
/** @var \phpOMS\Views\View $this */
|
||||
/** @var \Modules\Profile\Models\Profile $profile */
|
||||
$profile = $this->getData('account');
|
||||
$media = $this->getDatA('media') ?? [];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user