diff --git a/src/utils/Utils.php b/src/utils/Utils.php index b44eb9bff..4654b7c87 100644 --- a/src/utils/Utils.php +++ b/src/utils/Utils.php @@ -105,7 +105,7 @@ final class Utils{ public const OS_BSD = "bsd"; public const OS_UNKNOWN = "other"; - private static ?string $os; + private static ?string $os = null; private static ?UuidInterface $serverUniqueId = null; /**