Automated formatting changes

This commit is contained in:
Formatter Bot 2021-10-03 07:18:35 +00:00
parent 298a63dfdf
commit 6da506d744
2 changed files with 6 additions and 4 deletions

View File

@ -14,8 +14,6 @@ declare(strict_types=1);
namespace Modules\Exchange\Admin;
use phpOMS\Module\UninstallerAbstract;
/**
* Uninstaller class.
*

View File

@ -67,7 +67,9 @@ class ExchangeLog implements \JsonSerializable, ArrayableInterface
* @var int
* @since 1.0.0
*/
public int|InterfaceManager $exchange = 0;
public int |
InterfaceManager $exchange = 0;
/**
* Date type.
@ -83,7 +85,9 @@ class ExchangeLog implements \JsonSerializable, ArrayableInterface
* @var int|Account
* @since 1.0.0
*/
public int|Account $createdBy = 0;
public int |
Account $createdBy = 0;
/**
* Constructor.