Exemplo n.º 1
0
 public function visitHardBreak(HardBreak $softBreak)
 {
     $this->buffer->append(Tag::inline('br'))->append("\n");
 }