mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
CS fixes
This commit is contained in:
parent
2e75cde60a
commit
3d9daea6a0
3 changed files with 8 additions and 9 deletions
|
@ -79,10 +79,10 @@ class ArchiveManagerTest extends ArchiverTest
|
|||
|
||||
unlink($target);
|
||||
}
|
||||
|
||||
|
||||
protected function getTargetName(PackageInterface $package, $format, $fileName = null)
|
||||
{
|
||||
if(null === $fileName) {
|
||||
if (null === $fileName) {
|
||||
$packageName = $this->manager->getPackageFilename($package);
|
||||
} else {
|
||||
$packageName = $fileName;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue