mirror of
https://github.com/friendica/friendica
synced 2024-12-22 13:20:15 +00:00
Merge branch 'phpstan-level-1' into phpstan-level-1-in-addons
This commit is contained in:
commit
796db5dfae
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ class User extends BaseDataTransferObject
|
|||
if ($status === null) {
|
||||
unset($this->status);
|
||||
} else {
|
||||
$this->status = $status;
|
||||
$this->status = $status->toArray();
|
||||
}
|
||||
|
||||
// Unused optional fields
|
||||
|
|
Loading…
Reference in a new issue