mirror of
https://github.com/Karaka-Management/oms-Exchange.git
synced 2026-01-11 16:48:42 +00:00
make type hints easier to read
This commit is contained in:
parent
0f739403cc
commit
b09172726a
|
|
@ -13,7 +13,5 @@
|
|||
declare(strict_types=1);
|
||||
|
||||
|
||||
/**
|
||||
* @var \phpOMS\Views\View $this
|
||||
*/
|
||||
/** @var \phpOMS\Views\View $this */
|
||||
echo $this->getData('nav')->render();
|
||||
|
|
|
|||
|
|
@ -13,7 +13,5 @@
|
|||
declare(strict_types=1);
|
||||
|
||||
|
||||
/**
|
||||
* @var \phpOMS\Views\View $this
|
||||
*/
|
||||
/** @var \phpOMS\Views\View $this */
|
||||
echo $this->getData('nav')->render();
|
||||
|
|
|
|||
|
|
@ -15,9 +15,7 @@ declare(strict_types=1);
|
|||
|
||||
$lang = $this->getData('lang');
|
||||
|
||||
/**
|
||||
* @var \phpOMS\Views\View $this
|
||||
*/
|
||||
/** @var \phpOMS\Views\View $this */
|
||||
echo $this->getData('nav')->render();
|
||||
|
||||
include __DIR__ . '/../../Interfaces/' . $this->getData('interface')->getInterfacePath() . '/import.tpl.php';
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user