From 0a07f6b27cfc1454f9eb3e51cb656521d66b50f2 Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Sat, 28 Feb 2026 14:07:05 +0800 Subject: [PATCH] cs fix --- src/StaticPHP/Artifact/ArtifactDownloader.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/StaticPHP/Artifact/ArtifactDownloader.php b/src/StaticPHP/Artifact/ArtifactDownloader.php index 7740d27e..219dfb8b 100644 --- a/src/StaticPHP/Artifact/ArtifactDownloader.php +++ b/src/StaticPHP/Artifact/ArtifactDownloader.php @@ -364,7 +364,8 @@ class ArtifactDownloader ArtifactDownloader::class => $this, '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