mirror of
https://github.com/friendica/friendica
synced 2024-12-22 18:40:17 +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) {
|
if ($status === null) {
|
||||||
unset($this->status);
|
unset($this->status);
|
||||||
} else {
|
} else {
|
||||||
$this->status = $status;
|
$this->status = $status->toArray();
|
||||||
}
|
}
|
||||||
|
|
||||||
// Unused optional fields
|
// Unused optional fields
|
||||||
|
|
Loading…
Reference in a new issue