Automated formatting changes

This commit is contained in:
Formatter Bot 2021-08-29 09:19:44 +00:00
parent bf2fa7fb60
commit 6177175ab3

View File

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