Automated formatting changes

This commit is contained in:
Formatter Bot 2022-12-26 19:56:09 +00:00
parent 80e16b2613
commit bac165d21d
2 changed files with 5 additions and 6 deletions

View File

@ -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;

View File

@ -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,
];