remove unneeded braces

main
Jan Prieser 11 years ago
parent c6db86e444
commit 290b9307f4

@ -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);
} }

Loading…
Cancel
Save