From 6177175ab353d01569af0295ccb947e901290354 Mon Sep 17 00:00:00 2001 From: Formatter Bot Date: Sun, 29 Aug 2021 09:19:44 +0000 Subject: [PATCH] Automated formatting changes --- Models/ExchangeLog.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Models/ExchangeLog.php b/Models/ExchangeLog.php index 0b21aeb..344eca2 100755 --- a/Models/ExchangeLog.php +++ b/Models/ExchangeLog.php @@ -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.