clearTempFiles() public method

Remove all the temp-file that were created with newTempFilename().
public clearTempFiles ( )
Esempio n. 1
0
 public function cleanUpTempFiles()
 {
     $this->fsHelper->clearTempFiles();
     $this->gitHelper->clearTempBranches();
 }