From e9611751bcec15bc953c777f9091beb7d5732d45 Mon Sep 17 00:00:00 2001 From: Formatter Bot Date: Fri, 31 Jul 2020 21:11:01 +0000 Subject: [PATCH] Automated formatting changes --- Admin/Install/Comments.php | 2 +- Controller/BackendController.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Admin/Install/Comments.php b/Admin/Install/Comments.php index 42194f5..ac34709 100644 --- a/Admin/Install/Comments.php +++ b/Admin/Install/Comments.php @@ -52,7 +52,7 @@ class Comments $mapper = \str_replace([ '// @Module Comments ', '/* @Module Comments ', - ' @Module Comments */' + ' @Module Comments */', ], '', $mapper); \file_put_contents(__DIR__ . '/../../Models/NewsArticleMapper.php', $mapper); diff --git a/Controller/BackendController.php b/Controller/BackendController.php index 861cc5b..75e2935 100755 --- a/Controller/BackendController.php +++ b/Controller/BackendController.php @@ -25,8 +25,8 @@ use phpOMS\Contract\RenderableInterface; use phpOMS\Message\Http\RequestStatusCode; use phpOMS\Message\RequestAbstract; use phpOMS\Message\ResponseAbstract; -use phpOMS\Views\View; use phpOMS\Module\NullModule; +use phpOMS\Views\View; /** * News controller class.