mirror of
https://github.com/Karaka-Management/oms-Workflow.git
synced 2026-01-11 22:58:40 +00:00
Fix phpstorm inspections
This commit is contained in:
parent
17b907383f
commit
b639cc798d
|
|
@ -54,5 +54,3 @@ echo $this->getData('nav')->render(); ?>
|
|||
</form>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<?php include ROOT_PATH . '/Modules/Profile/Theme/Backend/acc-grp-popup.tpl.php'; ?>
|
||||
|
|
@ -14,4 +14,4 @@
|
|||
/**
|
||||
* @var \phpOMS\Views\View $this
|
||||
*/
|
||||
echo $this->getData('nav')->render(); ?>
|
||||
echo $this->getData('nav')->render();
|
||||
|
|
|
|||
|
|
@ -16,5 +16,5 @@
|
|||
* @var \Modules\Tasks\Models\Task[] $tasks
|
||||
*/
|
||||
$tasks = $this->getData('tasks');
|
||||
echo $this->getData('nav')->render(); ?>
|
||||
echo $this->getData('nav')->render();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user