HippoPHP\Hippo\Reporters\CheckstyleReporter::finish PHP Method

finish() public method

Defined by ReportInterface.
See also: ReportInterface::finish()
public finish ( )
    public function finish()
    {
        $this->writer->endElement();
        $this->writer->endDocument();
        $this->fileSystem->putContent($this->filename, $this->writer->outputMemory());
    }