From 18a5215da9f9a4ed35b65c4300dace1c8e7cc7ee Mon Sep 17 00:00:00 2001 From: DubbleClick Date: Fri, 25 Jul 2025 16:26:34 +0700 Subject: [PATCH] cs fix --- src/SPC/builder/Extension.php | 8 ++++---- src/SPC/doctor/item/LinuxToolCheckList.php | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/SPC/builder/Extension.php b/src/SPC/builder/Extension.php index f3bf9ccf..4672ca78 100644 --- a/src/SPC/builder/Extension.php +++ b/src/SPC/builder/Extension.php @@ -531,10 +531,10 @@ class Extension /** * Splits a given string of library flags into static and shared libraries. * - * @param string $allLibs A space-separated string of library flags (e.g., -lxyz). - * @return array An array containing two elements: the first is a space-separated string - * of static library flags, and the second is a space-separated string - * of shared library flags. + * @param string $allLibs A space-separated string of library flags (e.g., -lxyz). + * @return array an array containing two elements: the first is a space-separated string + * of static library flags, and the second is a space-separated string + * of shared library flags */ protected function splitLibsIntoStaticAndShared(string $allLibs): array { diff --git a/src/SPC/doctor/item/LinuxToolCheckList.php b/src/SPC/doctor/item/LinuxToolCheckList.php index 5586bb00..5b43f38f 100644 --- a/src/SPC/doctor/item/LinuxToolCheckList.php +++ b/src/SPC/doctor/item/LinuxToolCheckList.php @@ -31,7 +31,7 @@ class LinuxToolCheckList 'tar', 'unzip', 'gzip', 'bzip2', 'cmake', 'patch', 'xz', 'libtoolize', 'which', - 'patchelf', 'musl' + 'patchelf', 'musl', ]; public const TOOLS_RHEL = [ @@ -40,7 +40,7 @@ class LinuxToolCheckList 'tar', 'unzip', 'gzip', 'gcc', 'bzip2', 'cmake', 'patch', 'which', 'xz', 'libtool', 'gettext-devel', - 'perl', 'patchelf', 'musl-libc' + 'perl', 'patchelf', 'musl-libc', ]; public const TOOLS_ARCH = [