getValue(); return trim($value) !== '' ? rtrim($value) . "\n\n" : ''; } /** * @return string[] */ public function getSupportedTags() { return array('p'); } }