From bac165d21d6e4e1c559ebed2d16af9471e028ad4 Mon Sep 17 00:00:00 2001 From: Formatter Bot Date: Mon, 26 Dec 2022 19:56:09 +0000 Subject: [PATCH] Automated formatting changes --- Admin/Installer.php | 1 - Models/InterfaceManager.php | 10 +++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/Admin/Installer.php b/Admin/Installer.php index 2071d97..3141c26 100755 --- a/Admin/Installer.php +++ b/Admin/Installer.php @@ -14,7 +14,6 @@ declare(strict_types=1); namespace Modules\Exchange\Admin; -use Modules\Exchange\Models\InterfaceManager; use Modules\Exchange\Models\NullInterfaceManager; use phpOMS\Application\ApplicationAbstract; use phpOMS\Config\SettingsInterface; diff --git a/Models/InterfaceManager.php b/Models/InterfaceManager.php index f16d25f..0325861 100755 --- a/Models/InterfaceManager.php +++ b/Models/InterfaceManager.php @@ -231,11 +231,11 @@ class InterfaceManager public function toArray() : array { return [ - 'id' => $this->id, - 'path' => $this->path, - 'title' => $this->title, - 'version' => $this->version, - 'website' => $this->website, + 'id' => $this->id, + 'path' => $this->path, + 'title' => $this->title, + 'version' => $this->version, + 'website' => $this->website, 'hasExport' => $this->hasExport, 'hasImport' => $this->hasImport, ];