From e21f92603953da5fd7ba06008c437d7371631241 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 27 Apr 2019 12:05:33 +0200 Subject: [PATCH] php cs fixer --- Admin/Hooks/Web/Api.php | 2 +- Admin/Routes/Web/Api.php | 2 +- Admin/Routes/Web/Backend.php | 2 +- Theme/Backend/Lang/Navigation.en.lang.php | 2 +- Theme/Backend/Lang/api.en.lang.php | 2 +- Theme/Backend/Lang/en.lang.php | 2 +- Theme/Backend/account-list.tpl.php | 2 +- Theme/Backend/account-single.tpl.php | 3 +-- Theme/Backend/audit-list.tpl.php | 2 +- Theme/Backend/audit-single.tpl.php | 2 +- Theme/Backend/module-list.tpl.php | 2 +- Theme/Backend/module-single.tpl.php | 4 ++-- 12 files changed, 13 insertions(+), 14 deletions(-) diff --git a/Admin/Hooks/Web/Api.php b/Admin/Hooks/Web/Api.php index efa4c1c..b0bca80 100644 --- a/Admin/Hooks/Web/Api.php +++ b/Admin/Hooks/Web/Api.php @@ -1,4 +1,4 @@ - [ diff --git a/Admin/Routes/Web/Api.php b/Admin/Routes/Web/Api.php index a72a250..9ba64ce 100644 --- a/Admin/Routes/Web/Api.php +++ b/Admin/Routes/Web/Api.php @@ -1,4 +1,4 @@ -getData('nav')->render(); -?> diff --git a/Theme/Backend/audit-list.tpl.php b/Theme/Backend/audit-list.tpl.php index c0f586a..0ff27c9 100644 --- a/Theme/Backend/audit-list.tpl.php +++ b/Theme/Backend/audit-list.tpl.php @@ -1,4 +1,4 @@ -getData('nav')->render(); \ No newline at end of file +echo $this->getData('nav')->render();