mirror of
https://github.com/Karaka-Management/oms-Profile.git
synced 2026-02-16 23:38:41 +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)
|
public function __construct(Account $account = null)
|
||||||
{
|
{
|
||||||
$this->image = new NullMedia();
|
$this->image = new NullMedia();
|
||||||
$this->account = $account ?? new NullAccount();
|
$this->account = $account ?? new NullAccount();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user