diff --git a/src/System/System.php b/src/System/System.php index ca8b1da..d692103 100644 --- a/src/System/System.php +++ b/src/System/System.php @@ -530,9 +530,9 @@ public static function getNetworkUsage(int $duration = 1): array } /** - * Checks if the system is running on an ARM64 architecture. - * - * @return string|null + * @template TDefault of string|null + * @param TDefault $default + * @return ($default is null ? string|null : string) */ public static function getEnv(string $name, ?string $default = null): ?string {