From d95e50d2615152a0a849b6cd33bfb64ee3181521 Mon Sep 17 00:00:00 2001 From: Formatter Bot Date: Sat, 26 Jun 2021 12:42:39 +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 04f034a..9eb7be6 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. @@ -77,7 +79,9 @@ class ExchangeLog implements \JsonSerializable, ArrayableInterface */ public \DateTimeImmutable $createdAt; - public int|Account $createdBy = 0; + public int | + +Account $createdBy = 0; /** * Constructor.