From 429e3b4c9f6d539830288fb8fbc8fdaef886d528 Mon Sep 17 00:00:00 2001 From: Formatter Bot Date: Sun, 4 Apr 2021 15:15:10 +0000 Subject: [PATCH] Automated formatting changes --- Controller/BackendController.php | 2 +- Theme/Backend/sales-analysis-dashboard.tpl.php | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Controller/BackendController.php b/Controller/BackendController.php index 2b0bca1..94dce72 100755 --- a/Controller/BackendController.php +++ b/Controller/BackendController.php @@ -24,7 +24,7 @@ namespace Modules\Sales\Controller; */ final class BackendController extends Controller { - /** + /** * {@inheritdoc} */ public function viewDashboard(RequestAbstract $request, ResponseAbstract $response, $data = null) : RenderableInterface diff --git a/Theme/Backend/sales-analysis-dashboard.tpl.php b/Theme/Backend/sales-analysis-dashboard.tpl.php index ca3bf06..242bfda 100644 --- a/Theme/Backend/sales-analysis-dashboard.tpl.php +++ b/Theme/Backend/sales-analysis-dashboard.tpl.php @@ -12,10 +12,8 @@ */ declare(strict_types=1); -use phpOMS\Uri\UriFactory; - /** * @var \phpOMS\Views\View $this */ -echo $this->getData('nav')->render(); ?> \ No newline at end of file +echo $this->getData('nav')->render();