mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-10 02:15:36 +08:00
cs-fix
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user