From 382d2d72ec8f7a5be42306f8773835c89f1757a8 Mon Sep 17 00:00:00 2001 From: Formatter Bot Date: Sun, 1 May 2022 20:09:34 +0000 Subject: [PATCH] Automated formatting changes --- Controller/BackendController.php | 2 +- Models/AuditMapper.php | 2 +- Theme/Backend/audit-list.tpl.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Controller/BackendController.php b/Controller/BackendController.php index 4e6b28b..e5b3678 100755 --- a/Controller/BackendController.php +++ b/Controller/BackendController.php @@ -14,7 +14,6 @@ declare(strict_types=1); namespace Modules\Auditor\Controller; -use View\TableView; use Modules\Admin\Models\SettingsEnum; use Modules\Auditor\Models\AuditMapper; use Modules\Media\Models\MediaMapper; @@ -22,6 +21,7 @@ use phpOMS\Contract\RenderableInterface; use phpOMS\Message\RequestAbstract; use phpOMS\Message\ResponseAbstract; use phpOMS\Views\View; +use View\TableView; /** * Calendar controller class. diff --git a/Models/AuditMapper.php b/Models/AuditMapper.php index cacaba2..b8a8e8d 100755 --- a/Models/AuditMapper.php +++ b/Models/AuditMapper.php @@ -171,7 +171,7 @@ final class AuditMapper extends DataMapperFactory return [ 'hasPrevious' => $hasPrevious, 'hasNext' => $hasNext, - 'data' => $data + 'data' => $data, ]; } } diff --git a/Theme/Backend/audit-list.tpl.php b/Theme/Backend/audit-list.tpl.php index e598626..a5a2bfc 100755 --- a/Theme/Backend/audit-list.tpl.php +++ b/Theme/Backend/audit-list.tpl.php @@ -31,7 +31,7 @@ $next = empty($audits) . ($this->getData('hasNext') ? \end($audits)->getId() : $this->request->getData('id')) . '&ptype=n'; -$tableView = $this->getData('tableView'); +$tableView = $this->getData('tableView'); $tableView->id = 'auditList'; echo $this->getData('nav')->render(); ?>