className; if ($this->slot !== null) { $line .= ' ['.$this->slot->value.']'; } $line .= ': '.$this->message; if ($this->hint !== null && trim($this->hint) !== '') { $line .= ' (hint: '.$this->hint.')'; } return $line; } }