mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
SCA with PHP Inspections (EA Extended)
This commit is contained in:
parent
6c1da86437
commit
c8615358cb
23 changed files with 38 additions and 70 deletions
|
@ -92,9 +92,7 @@ class ArchiveManagerTest extends ArchiverTest
|
|||
$packageName = $fileName;
|
||||
}
|
||||
|
||||
$target = $this->targetDir.'/'.$packageName.'.'.$format;
|
||||
|
||||
return $target;
|
||||
return $this->targetDir.'/'.$packageName.'.'.$format;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue