From 0961ab6c4e3ec72fc17193b1234352c0eaacbfac Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 19 Nov 2017 23:20:11 +0100 Subject: [PATCH] Fix phpstorm inspections --- Theme/Backend/account-single.tpl.php | 2 +- Theme/Backend/audit-single.tpl.php | 2 +- Theme/Backend/module-single.tpl.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Theme/Backend/account-single.tpl.php b/Theme/Backend/account-single.tpl.php index 963d9ed..5f3bfe1 100644 --- a/Theme/Backend/account-single.tpl.php +++ b/Theme/Backend/account-single.tpl.php @@ -15,4 +15,4 @@ * @var \phpOMS\Views\View $this */ -echo $this->getData('nav')->render(); ?> \ No newline at end of file +echo $this->getData('nav')->render(); \ No newline at end of file diff --git a/Theme/Backend/audit-single.tpl.php b/Theme/Backend/audit-single.tpl.php index 963d9ed..5f3bfe1 100644 --- a/Theme/Backend/audit-single.tpl.php +++ b/Theme/Backend/audit-single.tpl.php @@ -15,4 +15,4 @@ * @var \phpOMS\Views\View $this */ -echo $this->getData('nav')->render(); ?> \ No newline at end of file +echo $this->getData('nav')->render(); \ No newline at end of file diff --git a/Theme/Backend/module-single.tpl.php b/Theme/Backend/module-single.tpl.php index 963d9ed..f24270a 100644 --- a/Theme/Backend/module-single.tpl.php +++ b/Theme/Backend/module-single.tpl.php @@ -15,4 +15,4 @@ * @var \phpOMS\Views\View $this */ -echo $this->getData('nav')->render(); ?> \ No newline at end of file +echo $this->getData('nav')->render(); \ No newline at end of file