public function addReason($reason = null) { if (null !== $reason) { $this->reason = (string) $reason; } }