1
0
Fork 0

remove unneeded braces

pull/2091/head
Jan Prieser 2013-07-17 14:40:41 +02:00
parent c6db86e444
commit 290b9307f4
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ class ArchiveManager
$archivePath = $usableArchiver->archive($sourcePath, $target, $format, $package->getArchiveExcludes()); $archivePath = $usableArchiver->archive($sourcePath, $target, $format, $package->getArchiveExcludes());
//cleanup temporary download //cleanup temporary download
if (!($package instanceof RootPackage)) { if (!$package instanceof RootPackage) {
$filesystem->removeDirectory($sourcePath); $filesystem->removeDirectory($sourcePath);
} }