mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-02 14:25:41 +08:00
Update src/StaticPHP/Artifact/Downloader/Type/CheckUpdateInterface.php
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -13,7 +13,7 @@ interface CheckUpdateInterface
|
||||
*
|
||||
* @param string $name the name of the artifact
|
||||
* @param array $config the configuration for the artifact
|
||||
* @param string $old_version old version or identifier of the artifact to compare against
|
||||
* @param null|string $old_version old version or identifier of the artifact to compare against
|
||||
* @param ArtifactDownloader $downloader the artifact downloader instance
|
||||
*/
|
||||
public function checkUpdate(string $name, array $config, ?string $old_version, ArtifactDownloader $downloader): CheckUpdateResult;
|
||||
|
||||
Reference in New Issue
Block a user