mirror of
https://github.com/Karaka-Management/oms-Profile.git
synced 2026-02-08 11:58:40 +00:00
phpcs fixes
This commit is contained in:
parent
22c19c2ac9
commit
98920f58e5
|
|
@ -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();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user