mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 04:44:53 +08:00
cs-fix
This commit is contained in:
parent
e56c628bec
commit
7e7eb844a7
@ -252,7 +252,7 @@ class DownloadCommand extends BaseCommand
|
|||||||
} elseif ($alt_sources === false) {
|
} elseif ($alt_sources === false) {
|
||||||
logger()->warning("No alternative sources found for {$source}, skipping alternative download");
|
logger()->warning("No alternative sources found for {$source}, skipping alternative download");
|
||||||
throw $e;
|
throw $e;
|
||||||
} else{
|
} else {
|
||||||
logger()->notice("Trying to download alternative sources for {$source}");
|
logger()->notice("Trying to download alternative sources for {$source}");
|
||||||
$alt_config = array_merge($config, $alt_sources);
|
$alt_config = array_merge($config, $alt_sources);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user