Symfony\Installer\DemoCommand::cleanUp PHP Method

cleanUp() private method

Removes all the temporary files and directories created to download the demo application.
private cleanUp ( )
    private function cleanUp()
    {
        $this->fs->remove(dirname($this->downloadedFilePath));
        return $this;
    }