mirror of
https://github.com/Karaka-Management/oms-Exchange.git
synced 2026-01-11 16:48:42 +00:00
Automated formatting changes
This commit is contained in:
parent
298a63dfdf
commit
6da506d744
|
|
@ -14,8 +14,6 @@ declare(strict_types=1);
|
|||
|
||||
namespace Modules\Exchange\Admin;
|
||||
|
||||
use phpOMS\Module\UninstallerAbstract;
|
||||
|
||||
/**
|
||||
* Uninstaller class.
|
||||
*
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user