phpcs fixes

This commit is contained in:
Dennis Eichhorn 2020-11-28 00:13:12 +01:00
parent 22c19c2ac9
commit 98920f58e5

View File

@ -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();
}
/**