From 1b7404f194527d57aa50a47661cabef9f8a662ca Mon Sep 17 00:00:00 2001 From: DubbleClick Date: Wed, 4 Jun 2025 21:22:05 +0700 Subject: [PATCH] php cs fix --- src/globals/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/globals/functions.php b/src/globals/functions.php index cd1eb668..1b5474cb 100644 --- a/src/globals/functions.php +++ b/src/globals/functions.php @@ -196,7 +196,7 @@ function f_putenv(string $env): bool /** * Get the installed CMake version * - * @return string|null The CMake version or null if it couldn't be determined + * @return null|string The CMake version or null if it couldn't be determined */ function get_cmake_version(): ?string {