mirror of
https://github.com/composer/composer
synced 2025-05-10 00:53:06 +00:00
Removed test for non-string file name check
This commit is contained in:
parent
fefc106ef6
commit
1c0b9cd65f
2 changed files with 2 additions and 11 deletions
|
@ -108,7 +108,7 @@ class ArchiveManager
|
|||
if (empty($format)) {
|
||||
throw new \InvalidArgumentException('Format must be specified');
|
||||
}
|
||||
|
||||
|
||||
// Search for the most appropriate archiver
|
||||
$usableArchiver = null;
|
||||
foreach ($this->archivers as $archiver) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue