mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-12 03:15:35 +08:00
cs fix
This commit is contained in:
@@ -364,7 +364,8 @@ class ArtifactDownloader
|
|||||||
ArtifactDownloader::class => $this,
|
ArtifactDownloader::class => $this,
|
||||||
'old_version' => $info['version'],
|
'old_version' => $info['version'],
|
||||||
]);
|
]);
|
||||||
} throw new WrongUsageException("Artifact '{$artifact_name}' downloader does not support update checking, exit.");
|
}
|
||||||
|
throw new WrongUsageException("Artifact '{$artifact_name}' downloader does not support update checking, exit.");
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getRetry(): int
|
public function getRetry(): int
|
||||||
|
|||||||
Reference in New Issue
Block a user