Fix phpstorm inspections

This commit is contained in:
Dennis Eichhorn 2017-11-19 23:20:11 +01:00
parent 17b907383f
commit b639cc798d
3 changed files with 2 additions and 4 deletions

View File

@ -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'; ?>

View File

@ -14,4 +14,4 @@
/**
* @var \phpOMS\Views\View $this
*/
echo $this->getData('nav')->render(); ?>
echo $this->getData('nav')->render();

View File

@ -16,5 +16,5 @@
* @var \Modules\Tasks\Models\Task[] $tasks
*/
$tasks = $this->getData('tasks');
echo $this->getData('nav')->render(); ?>
echo $this->getData('nav')->render();