mirror of
https://github.com/php/php-src.git
synced 2026-03-27 01:32:22 +01:00
- Fix #1330, unused variable
This commit is contained in:
@@ -303,7 +303,6 @@ package if needed.
|
||||
$downloaded = $this->downloader->getDownloadedPackages();
|
||||
$this->installer->sortPkgDeps($downloaded);
|
||||
foreach ($downloaded as $pkg) {
|
||||
$bn = basename($pkg['file']);
|
||||
$info = $this->installer->install($pkg['file'], $options, $this->config);
|
||||
if (is_array($info)) {
|
||||
if ($this->config->get('verbose') > 0) {
|
||||
|
||||
Reference in New Issue
Block a user