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