Flitch\Report\Checkstyle::__destruct PHP Method

__destruct() public method

Close the file handle on destruct.
public __destruct ( ) : void
return void
    public function __destruct()
    {
        $this->writer->endElement();
        $this->writer->endDocument();
    }