Fix phpstorm inspections

This commit is contained in:
Dennis Eichhorn 2017-11-19 23:20:11 +01:00
parent 95723f3946
commit 0961ab6c4e
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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