$this->space->contentcontainer_id]); $spaceDescription = trim((string)$this->space->about); if ($spaceDescription === '') { $spaceDescription = trim((string)$this->space->description); } if ($spaceDescription === '') { $spaceDescription = trim((string)($profile?->description ?? '')); } return $this->render('rescueInfoSidebar', [ 'space' => $this->space, 'profile' => $profile, 'spaceDescription' => $spaceDescription, ]); } }