Merge branch 'phpstan-level-1' into phpstan-level-1-in-addons

This commit is contained in:
Art4 2024-11-30 21:06:36 +00:00
commit 796db5dfae

View file

@ -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