php cs fix

This commit is contained in:
DubbleClick 2025-06-04 21:22:05 +07:00
parent 5add534848
commit 1b7404f194

View File

@ -196,7 +196,7 @@ function f_putenv(string $env): bool
/** /**
* Get the installed CMake version * 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 function get_cmake_version(): ?string
{ {