From 98920f58e5a72347abbc66abf48f955358e1d3f4 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 28 Nov 2020 00:13:12 +0100 Subject: [PATCH] phpcs fixes --- Models/Profile.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Models/Profile.php b/Models/Profile.php index b790e0d..3a2d600 100755 --- a/Models/Profile.php +++ b/Models/Profile.php @@ -104,8 +104,8 @@ class Profile implements \JsonSerializable */ public function __construct(Account $account = null) { - $this->image = new NullMedia(); - $this->account = $account ?? new NullAccount(); + $this->image = new NullMedia(); + $this->account = $account ?? new NullAccount(); } /**