protected function writeFooter()
 {
     $this->writer->writeLine('),');
     $this->writer->outdent();
     $this->writer->writeLine(');');
 }