protected function writeBody(RoutineInterface $model) { $this->writer->writeln(' {')->indent(); $this->writer->writeln(trim($model->getBody())); $this->writer->outdent()->rtrim()->writeln('}'); }